Learn R Programming

fdacluster (version 0.4.1)

diagnostic_plot: 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)

Value

An object of class ggplot2::ggplot.

Arguments

x

An object of class caps.

Examples

Run this code
diagnostic_plot(sim30_caps)

Run the code above in your browser using DataLab