figure_removeOutlyingPoints: Remove outlier points from a figure.

Description Usage Arguments Value

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

1
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.


metagear documentation built on Feb. 15, 2021, 5:09 p.m.