Description Usage Arguments Value
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
)
1 | figure_removeOutlyingPoints(aDetectedPlot, xAxis = NULL, yAxis = NULL)
|
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 |
An EBImage
object with detected points within the specified X-
and Y-axis ranges.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.