ficdiamgr | R Documentation |
The 'ficdiamgr' is a fictitious dataframe built to show the structure of longitudinal data. The dataframe has records of tree diameter growth of five sample trees, spanning three species.
data(ficdiamgr)
A time series data containing the following columns:
an ordered factor indicating the tree on which the measurement is made. The ordering is according to increasing maximum diameter.
a numeric vector giving the numbers of days since establishment.
a numeric vector of diameter at breast height, in cm.
a factor variable, representing site conditions with two levels.
a factor variable, representing tree species with three levels.
This dataframe was built from the 'Orange' data of the datasets
package,
by Christian Salas-Eljatib.
data(ficdiamgr)
coplot(dbh ~ time | tree, data = ficdiamgr, show.given = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.