View source: R/data_functions.R
clusterData | R Documentation |
Hierarchical clustering of data
clusterData(
data,
method = "hclust",
rows = NULL,
cols = NULL,
inf = NULL,
na = NULL,
...
)
data |
matrix or dataframe |
method |
hclust |
rows |
cluster rows |
cols |
cluster columns |
inf |
handling of non-finite values |
na |
handling of missing values |
... |
clust
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.