View source: R/euclidean_distance.R
euclidean_distance | R Documentation |
Estimate the distance between a point and a group of point.
euclidean_distance(point, cloud, threads = 1L)
point |
A |
cloud |
A |
threads |
An |
A numeric
vector describing of point
to each row of cloud
.
J. Antonio Guzmán Q.
data("pc_tree") euclidean_distance(point = c(0, 0, 0), pc_tree)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.