Description Usage Arguments Value See Also
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).
1 2 3 4 5 6 | figure_detectAllPoints(
aBinaryPlot,
sensitivity = 0.2,
point_shape = "circle",
point_size = 5
)
|
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 |
An EBImage
object with detected scatter-plot points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.