figure_removeOutlyingPoints {metagear} | R Documentation |
Remove outlier points from a figure.
Description
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
)
Usage
figure_removeOutlyingPoints(aDetectedPlot, xAxis = NULL, yAxis = NULL)
Arguments
aDetectedPlot |
A binary figure image with detected points (an
|
xAxis |
A binary figure image with detected X-axis (an |
yAxis |
A binary figure image with detected Y-axis (an |
Value
An EBImage
object with detected points within the specified X-
and Y-axis ranges.
[Package metagear version 0.7 Index]