dist.mode {supc} | R Documentation |
Configure which package is used to compute the distance matrix
Description
Configure which package is used to compute the distance matrix or register one. Note that the speed depends on the data and the hardware.
Usage
dist.mode(mode = c("stats", "amap"), FUN = NULL)
Arguments
mode |
string. The available modes are |
FUN |
a function which has one argument |
Value
NULL
. The function is called for side effects.
Examples
# use stats::dist to compute the pairwise distance
dist.mode("stats")
# use amap::Dist to compute the pairwise distance
dist.mode("amap")
[Package supc version 0.2.6.2 Index]