diagnostic_plot: Diagnostic plot for the result of a clustering strategy...

View source: R/caps-diagnostic.R

diagnostic_plotR Documentation

Diagnostic plot for the result of a clustering strategy stored in a caps object

Description

This function plots the values of the distance to center and silhouette for each observation. Observations are ordered within cluster by decreasing value of silhouette.

Usage

diagnostic_plot(x)

Arguments

x

An object of class caps.

Value

An object of class ggplot2::ggplot.

Examples

diagnostic_plot(sim30_caps)

fdacluster documentation built on July 9, 2023, 6:45 p.m.