Learn R Programming

kml (version 0.9.2)

plotCalinski: ~ Function: plot for Calinski ~

Description

plot the Calinski creterion.

Usage

## S3 method for class '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 :

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

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

Run the code above in your browser using DataLab