Learn R Programming

metagear (version 0.1)

figure_removeOutlyingPoints: 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 EBImage object). See: figure_detectAllPoints
xAxis
A binary figure image with detected X-axis (an EBImage object). See: figure_detectAxis
yAxis
A binary figure image with detected Y-axis (an EBImage object). See: figure_detectAxis

Value

  • An EBImage object with detected points within the specified X- and Y-axis ranges.