View source: R/Clust_And_Search.R
get_level_two | R Documentation |
Carries out the second level of PAM clustering.
get_level_two(df_data, dist_mat, n_clust)
df_data |
Data.frame output from get_level_one |
dist_mat |
Topological distance matrix |
n_clust |
Number of clusters to produce in level two clustering. |
## Not run: get_level_two(dist_mat,n_clust) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.