clustering_dissimilarity_from_data | R Documentation |
Dissimilarity matrix
clustering_dissimilarity_from_data(
x,
distance_metric = "euclidean",
correlation_method = "spearman",
preprocess = FALSE,
...
)
x |
input data |
distance_metric |
Either "euclidean" or "correlation" |
correlation_method |
method for |
preprocess |
set to |
... |
ignored |
dist
-object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.