Learn R Programming

kml (version 0.9.2)

plot: ~ Functions: plot for KmL ~

Description

Four fonctions plot are define in the package KmL. See detail.

Usage

plot(x, y, ...)

Arguments

x
See details
y
See details
...
See details

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

Details

Four methods plot are define in the package KmL, depending on the data they plot : [object Object],[object Object],[object Object],[object Object]

References

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

See Also

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

Examples

Run this code
ld <- gald()
kml(ld,,5)
par(ask=TRUE)

### Default ploting
plot(ld)

### Plot all the trajectories
plotTraj(ld)

### Plot by subgroups
plotSubGroups(ld)

### Calinski and all at once
plotAll(ld,point="symbols",size=1)

par(ask=FALSE)

Run the code above in your browser using DataLab