clickdist | R Documentation |
Measures the distance between two points which the user has clicked on.
clickdist()
This function allows the user to measure the distance between two spatial locations, interactively, by clicking on the screen display.
When clickdist()
is called, the user is expected to
click two points in the current graphics device. The distance
between these points will be returned.
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 single nonnegative number.
.
locator
,
clickppp
,
clickpoly
,
clickbox
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.