ptaeda | R Documentation |
The Loblolly data frame has 84 rows and tree columns of records of the tree
height growth of Loblolly pine trees. This dataframe
is a slight modification to the original dataframe "Loblolly" from the
datasets
R package.
data(ptaeda, package="datana")
A dataframe containing the following columns:
an ordered factor indicating the seed source for the tree. The ordering is according to increasing maximum height.
a numeric vector of tree ages, in yr.
a numeric vector of tree heights, in m.
Pinheiro, J. C. and Bates, D. M. (2000) Mixed-effects Models in S and S-PLUS. Springer.
data(ptaeda, package="datana")
head(ptaeda)
plot(toth ~ age, data = subset(ptaeda, seed.id == 329),
xlab = "Age (yr)", las = 1,
ylab = "Height (m)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.