Description Usage Arguments Value Examples
Retrieve distances from a '"dist"' object.
1 | dist_get(d, idx1, idx2)
|
d |
A distance matrix object of class '"dist"'. |
idx1, idx2 |
Indicies specifying the distances to extract. |
A vector of distances.
1 2 3 4 | data(relmbeta_dist)
dist_get(relmbeta_dist, "A1", "A2")
dist_get(relmbeta_dist, "A1", c("A2", "A3", "A4", "A5"))
dist_get(relmbeta_dist, c("A1", "A2", "A3"), c("B1", "B2", "B3"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.