remove_out_of_bounds.eyer: Removes points out of resolution boundary

Description Usage Arguments

View source: R/eyer-preprocessing.R

Description

Removes points out of resolution boundary

Usage

1
2
## S3 method for class 'eyer'
remove_out_of_bounds(obj, replace, resolution)

Arguments

obj

EyerObject

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)


hejtmy/EyeR documentation built on Sept. 20, 2019, 2:45 a.m.