proj | R Documentation |
Calculate the projection from a point to a directed segment.
proj(d, x0, y0, xstart, ystart)
d |
The distance from the point to the segment. |
x0 |
x-coordinate of the point |
y0 |
y-coordinate of the point |
xstart |
The starting point of a line segment X coordinate. |
ystart |
The end point of a line segment Y coordinate. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.