make_cluster_phylo | R Documentation |
RUn Cluster Plots
make_cluster_phylo( data, .id_col, .attributes = tidyselect::everything(), palette_col = "Dark2", body_bg_col = "white", min_num_clusts = 4, max_num_clusts = 6 )
data |
data.frame for cluster plot |
.id_col |
id column |
.attributes |
selector for attributes |
palette_col |
color palette for clusters |
body_bg_col |
background color |
min_num_clusts |
minimum number of clusters |
max_num_clusts |
maximum number of clusters |
list of cluster plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.