Description Usage Arguments Value Examples
Extract parts of a '"dist"' object.
1 | dist_subset(d, idx)
|
d |
A distance matrix object of class '"dist"'. |
idx |
Indices specifying the subset of distances to extract. |
A distance matrix.
1 2 | data(relmbeta_dist)
dist_subset(relmbeta_dist, c("A1", "A2", "A3", "A4", "A5"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.