figure_detectAllPoints {metagear} | R Documentation |
Automated detection of plotted points from a scatter-plot figure image.
Description
Attempts to detect all points of a certain shape and size from a scatter-plot figure image (even those lying outside of the axis range).
Usage
figure_detectAllPoints(
aBinaryPlot,
sensitivity = 0.2,
point_shape = "circle",
point_size = 5
)
Arguments
aBinaryPlot |
A binary figure image (an EBImage object).
See: |
sensitivity |
A value designating the sensitivity of identifying unique points that overlap. A smaller number results in a higher sensitivity to split overlapping points; a larger number will extract only a single point from a cluster of overlapping points. |
point_shape |
The shape of points on figure: can be |
point_size |
An integer used to designate the size of the points on
the figure. Close alignment to the size of the points on a figure will
improve point detection. See |
Value
An EBImage
object with detected scatter-plot points.