View source: R/eyer-preprocessing.R
Removes points out of resolution boundary
1 2 | ## S3 method for class 'eyer'
remove_out_of_bounds(obj, replace, resolution)
|
obj |
|
replace |
what should the out of bounds values be replaced with? if NULL, rows are delted. NULL by default |
resolution |
efined as a list with width and height in pixesls. e.g: list(width = 1920, height = 1080) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.