Description Usage Arguments Value
Performs clustering or features.
1 | clust_feat_func(dat, clust_vec, clust_feats = TRUE)
|
dat |
Dataframe of the original dataset. Samples may be reordered. |
clust_vec |
Character vector of variable names to be applied clustering on. Can include class labels. |
clust_feats |
if TRUE clusters displayed features (passed through 'clust_vec') using the the Gower metric based on the values of all samples and returns the ordered features. When 'clust_samps = FALSE' and 'clust_feats = FALSE', no clustering is performed. |
Character vector of reordered features when 'clust_feats == TRUE'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.