calc_dist | R Documentation |
Calculate the euclidean distance between two points
calc_dist(center_x = 0, center_y = 0, point_x, point_y)
center_x |
numeric the |
center_y |
numeric the |
point_x |
numeric the |
point_y |
numeric the |
numeric the euclidean distance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.