Last chance! 50% off unlimited learning
Sale ends in
The plant
data frame has 103 rows and 3 columns.
data(plant)
A data frame with 103 observations on the following 3 variables:
y
measurements of the plant organ.
time
times where measurements took place.
group
three attributes of the plant organ, RKV
, RKW
, RWC
.
Three attributes of a plant organ measured over time where biological reasoning indicates likelihood of multiple breakpoints. The data are scaled to the maximum value for each attribute and all attributes are measured at each time.
data(plant)
attach(plant)
<!-- %lattice::xyplot(y~time,groups=group,pch=19,col=2:4,auto.key=list(space="right")) -->
lattice::xyplot(y~time,groups=group,auto.key=list(space="right"))
Run the code above in your browser using DataLab