exploratory_visualization: Exploratory Clustering and Visualization

View source: R/multiscaleSVDxpts.R

exploratory_visualizationR Documentation

Exploratory Clustering and Visualization

Description

This function performs automated clustering using PAM and silhouette method, and visualizes the results using ggplot2 and ggdendro.

Usage

exploratory_visualization(data, dotsne = FALSE, verbose = FALSE)

Arguments

data

A data frame with numeric columns.

dotsne

boolean

verbose

boolean

Value

A list containing the combined plot and the optimal k value.


stnava/ANTsR documentation built on April 13, 2025, 4:10 a.m.