dist_subset {disto} | R Documentation |
dist_subset
Description
Compute subset faster than regular '[[' on a dist object. This is from proxy package (not exported by proxy).
Usage
dist_subset(x, subset, ...)
Arguments
x |
dist object |
subset |
index of the subset. This has to be unique. |
... |
additional arguments |
Value
returns a dist subset
[Package disto version 0.2.0 Index]