Description Usage Arguments Value See Also
Allows for the user to manually add an unlimited number of points to a figure image, by left-clicking over a figure's point. Click on the red upper-right box called "EXIT" to end recording the position of manually detected points.
Allows for the user to manually add an unlimited number of points to a figure image, by left-clicking over a figure/image point. Click on the red upper-right box called "EXIT" to end recording the position of manually detected points.
1 2 3 | figure_add(file = file.choose(), color = "#009900", size = 0.03)
figure_add(file = file.choose(), color = "#009900", size = 0.03)
|
file |
The file name and location of a figure. Prompts for file name
if none is explicitly called. Can also be a binary figure image with
detected points (an |
color |
The color to paint the manually detected points; default is green. |
size |
The radius of the painted points. |
A data frame with detected points.
A data frame with detected points.
figure_detectAllPoints
figure_detectAllPoints
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.