pdist | R Documentation |
Computes and returns the distance between two phase points.
pdist(x, y)
x |
an object of |
y |
an object of |
A scalar.
a <- pp(list(x = 1, y = 1))
b <- pp(list(x = 3, y = 4))
pdist(a, b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.