compare_distances: Compare Distance Methods
Description
Compute distances using multiple methods for comparison
Usage
compare_distances(data, methods = c("euclidean", "manhattan", "maximum"))Value
A list of dist objects named by method
Arguments
- data
A data frame or tibble
- methods
Character vector of methods to compare