subset_dists {mappeR} | R Documentation |
Subset a distance matrix
Description
Subset a distance matrix
Usage
subset_dists(bin, dists)
Arguments
bin |
A list of names of data points. |
dists |
A distance matrix for data points in the bin, possibly including extra points. |
Value
A distance matrix for only the data points in the input bin.
[Package mappeR version 1.2.0 Index]