Description Usage Arguments Details Value Author(s) See Also Examples
This function permit from a data frame (species as rows and samples as columns
1 2 3 4 5 | cluster.biotypes(x, ...)
## Default S3 method:
cluster.biotypes(x, k)
## Default S3 method:
cluster.biotypes(x, k)
|
x |
a data frame or a distance matrix |
k |
an interger number of clusters |
... |
not used |
This function use pam
.
a vector containing intenger number
Julien Tap
1 2 | data(Titanium16S)
cluster.biotypes(Titanium16S, k=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.