plotSilWidths: Plot sil-width data

plotSilWidthsR Documentation

Plot sil-width data

Description

Plots information about the silhouette width of every observation in different clustering results with method pam.

Usage

plotSilWidths(object, ...)

## S4 method for signature 'Clustering'
plotSilWidths(
  object,
  ks,
  method_pam = "euclidean",
  clrp = "milo",
  ncol = NULL,
  nrow = NULL,
  verbose = TRUE
)

## S4 method for signature 'Analysis'
plotSilWidths(
  object,
  ks,
  method_pam = "euclidean",
  clrp = "milo",
  ncol = NULL,
  nrow = NULL,
  vebose = TRUE
)

Arguments

object

Any object for whose class a method has been defined.

ks

Numeric vector. Denotes all options for k-clusters. Values <1 are discarded. Is converted into an integer vector.

clrp

Character value. Specifies the color palette to be used to represent groups of discrete variables. Run validColorPalettes() to obtain valid input options.

verbose

Logical. If set to TRUE informative messages regarding the computational progress will be printed.

(Warning messages will always be printed.)

Value

A ggplot.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.