Description Usage Arguments Value Examples
View source: R/partition_tree.R
build_tree
returns a dataframe
1 | build_tree(f, xi.loc.labels, ncl, cl.labels, n.min = 25, D = NULL)
|
f |
It is the adjencency matrix |
xi.loc.labels |
lists of index of each cluster |
ncl |
number of clusters |
cl.labels |
a vector of index of individuals |
Lists of cluster results
1 | cluster_result <- build_tree(adj,xi.loc.labels=list(), ncl=0, cl.labels=1:339,n.min=25,D=NULL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.