Removes all detected points outside of axis range. Requires three detected
images: one based on figure_detectAllPoints
, and two others based on
detected X- and Y-axes (i.e. figure_detectAxis
)
figure_removeOutlyingPoints(aDetectedPlot, xAxis = NULL, yAxis = NULL)
A binary figure image with detected points (an
EBImage
object).
See: figure_detectAllPoints
A binary figure image with detected X-axis (an EBImage
object).
See: figure_detectAxis
A binary figure image with detected Y-axis (an EBImage
object).
See: figure_detectAxis
An EBImage
object with detected points within the specified X-
and Y-axis ranges.