remove_out_of_bounds.Rd
Removes points out of resolution boundary
remove_out_of_bounds(obj, replace = NULL, resolution = NULL, ...)
obj | object |
---|---|
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) |
... |