plotCalinski {kml} | R Documentation |
plot
the Calinski creterion.
## S4 method for signature 'Calinski': plot(x, y, ...) plotCalinski(x, y, ...)
x |
[Calinski] (or [matrix]) Object containing the trajectories to plot. |
y |
For compatibility only |
... |
For compatibility only |
Christophe M. Genolini
PSIGIAM: Paris Sud Innovation Group in Adolescent Mental Health
INSERM U669 / Maison de Solenn / Paris
Contact author : <genolini@u-paris10.fr>
Raphaël Ricaud
Laboratoire "Sport & Culture" / "Sports & Culture" Laboratory
University of Paris 10 / Nanterre
Article submited
Web site: http://christophe.genolini.free.fr/kml
Overview: kml-package
Classes : ClusterizLongData
, ArtificialLongData
Plot : plot: overview
, plot(ClusterizLongData)
,
plotSubGroups(ClusterizLongData)
, plotAll(ClusterizLongData)
ld <- gald() kml(ld,2:4,2) plot(ld["calinski"])