View source: R/fct_stats_multi.R
calculate_clustering | R Documentation |
Function to calculate ordination with different methods
calculate_clustering(
abun_table,
metadata,
color_by,
distance = "euclidean",
cluster_algorithm = "ward.D2",
add_kmeans = FALSE,
k = 3,
plot = TRUE,
color_vector = NULL
)
abun_table |
Feature abundance table |
k |
Selecte K (for kmeans method) |
method |
Clustering method |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.