plotCalinski {kml}R Documentation

~ Function: plot for Calinski ~

Description

plot the Calinski creterion.

Usage

## S4 method for signature 'Calinski':
plot(x, y, ...)
plotCalinski(x, y, ...)

Arguments

x [Calinski] (or [matrix]) Object containing the trajectories to plot.
y For compatibility only
... For compatibility only

Author(s)

Christophe M. Genolini
PSIGIAM: Paris Sud Innovation Group in Adolescent Mental Health
INSERM U669 / Maison de Solenn / Paris

Contact author : <genolini@u-paris10.fr>

English translation

Raphaël Ricaud
Laboratoire "Sport & Culture" / "Sports & Culture" Laboratory
University of Paris 10 / Nanterre

References

Article submited
Web site: http://christophe.genolini.free.fr/kml

See Also

Overview: kml-package
Classes : ClusterizLongData, ArtificialLongData
Plot : plot: overview, plot(ClusterizLongData), plotSubGroups(ClusterizLongData), plotAll(ClusterizLongData)

Examples

ld <- gald()
kml(ld,2:4,2)
plot(ld["calinski"])

[Package kml version 0.9.2 Index]