Performs clustering or features.
clust_feat_func(dat, clust_vec, clust_feats = TRUE)
Dataframe of the original dataset. Samples may be reordered.
Character vector of variable names to be applied clustering on. Can include class labels.
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`.