Description Usage Arguments Value See Also Examples
Move coordinates in the x and y direction in the plane.
1 | coordmove(pts, from, to)
|
pts |
A numeric matrix with two columns of x and y coordinates to be moved. |
from |
A numeric vector of length 2, the starting x and y coordinates of a point. |
to |
A numeric vector of length 2, the ending x and y coordinates of a point. |
A numeric matrix with same dimension as pts with
the moved x and y coordinates.
coordplot, coordturn,
coordflip, coordtri.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.