Learn R Programming

kml3d (version 0.7)

ParLongData-class: ~ Class: ParLongData ~

Description

ParLongData is an objet containing some graphical parameter used to plot LongData object and / or mean trajectories. They work as define in par.

Arguments

Construction

Object ParLongData can be created by three functions:
  1. parLongDatacreate an object from scratch ;
  2. parTrajcreate an object whose default value are the one used when ploting some longitudinal data ;
  3. parMeancreate an object whose default value are the one used when ploting some mean trajectories.

Author(s)

Christophe Genolini INSERM U669 / PSIGIAM: Paris Sud Innovation Group in Adolescent Mental Health Modal'X / Universite Paris Ouest-Nanterre- La Defense Contact author : genolini@u-paris10.fr

References

Article "KmL: K-means for Longitudinal Data", in Computational Statistics, Volume 25, Issue 2 (2010), Page 317. Web site: http://christophe.genolini.free.fr/kml

Examples

Run this code
### Building ParLongData
   parMyData <- parLongData(type="n",col=3,pch="1",pchPeriod=20,cex=1,xlab="Time",ylab="Size")

   ### Get
   parMyData['col']

   ### Set
   parMyData['cex'] <- 3
   print(parMyData)

Run the code above in your browser using DataLab