Description Usage Arguments Details Examples
View source: R/node_partition.R
Partition by PAM
1 | partition_by_pam(mat)
|
mat |
The similarity matrix. |
The clustering is performed by pam
with setting pamonce
argument to 5.
This function is used to set to the partition_fun
argument in binary_cut
.
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.