Description Usage Arguments Value Examples
SelectPoints
allows the selection of points from the coordinate plane
1 | SelectPoints(n)
|
n |
Number of points to select from the current coordinate plane |
Returns a vector or matrix which contains the xy-coordinates of the selected points. Each row represents one of the points. If n = 1
the output is a numeric vector, if n = 2
then it is a Segment
, and for n > 2
the object is a polygon.
1 2 | n <- 3
points <- SelectPoints(n)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.