View source: R/geometry_functions.R
dist_point_to_line | R Documentation |
distance between a point and a line (orthogonal) (2D)
dist_point_to_line(coord1, coord2, coord3)
coord1 |
start line coordinate |
coord2 |
end line coordinate |
coord3 |
point coordinate |
distance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.