clickbox | R Documentation |
Allows the user to specify a rectangle by point-and-click in the display.
clickbox(add=TRUE, ...)
add |
Logical value indicating whether to create a new plot
( |
... |
Graphics arguments passed to |
This function allows the user to create a rectangular window by interactively clicking on the screen display.
The user is prompted to point the mouse at any desired locations for two corners of the rectangle, and click the left mouse button to add each point.
The return value is a window (object of class "owin"
)
representing the rectangle.
This function uses the R command locator
to
input the mouse clicks. It only works on screen devices such as
‘X11’, ‘windows’ and ‘quartz’.
A window (object of class "owin"
) representing the
selected rectangle.
.
clickpoly
,
clickppp
,
clickdist
,
locator
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.