remove_out_of_bounds.data.frame.Rd
Removes points out of resolution boundary
# S3 method for data.frame remove_out_of_bounds(df, replace, resolution)
df | table with x, y, columns |
---|---|
replace | what should the out of bounds values be replaced with? if NULL, rows are delted. NULL by default |
resolution | defined as a list with width and height in pixesls. e.g: list(width=1920, height=1080) |
eyer object with replaced falues in gaze and fixations