Learn R Programming

segmented (version 0.2-5)

plant: Plan organ dataset

Description

The plant data frame has 103 rows and 3 columns.

Usage

data(plant)

Arguments

source

The data have been kindly provided by Dr Zongjian Yang at School of Land, Crop and Food Sciences, The University of Queensland, Brisbane, Australia.

Details

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.

Examples

Run this code
data(plant)
attach(plant)lattice::xyplot(y~time,groups=group,auto.key=list(space="right"))

Run the code above in your browser using DataLab