View source: R/multiscaleSVDxpts.R
exploratory_visualization | R Documentation |
This function performs automated clustering using PAM and silhouette method, and visualizes the results using ggplot2 and ggdendro.
exploratory_visualization(data, dotsne = FALSE, verbose = FALSE)
data |
A data frame with numeric columns. |
dotsne |
boolean |
verbose |
boolean |
A list containing the combined plot and the optimal k value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.