View source: R/utils-geometry.R
| point_distance | R Documentation |
Calculate Distance Between Two Points
point_distance(x1, y1, x2, y2)
x1, y1 |
First point coordinates. |
x2, y2 |
Second point coordinates. |
Euclidean distance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.