ParLongData
is an objet containing some graphical
parameter used to plot LongData
object and / or mean trajectories. They work as
define in par
.ParLongData
can be created by three functions:
parLongData
create an object from scratch ;parTraj
create an object whose default value are the
one used when ploting some longitudinal data ;parMean
create an object whose default value are the
one used when ploting some mean trajectories.### 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