agridat (version 1.16)

williams.trees: Height / Survival of 37 tree species at six sites in Thailand

Description

Height / Survival of 37 tree species at six sites in Thailand

Arguments

Format

A data frame with 222 observations on the following 4 variables.

env

Environment factor, 6 levels

gen

Genetic factor, 37 levels

height

Height (cm)

survival

Survival percentage

Details

Planted in 1985 at six sites in Thailand. RCB with 3 reps. The data here is the mean of the three reps. Plots were 5 meters square with spacing 2m x 2m. Measurements collected at 24 months. The gen column in the data is actually seedlot, as some tree species have multiple seed lots. The trees are mostly acacia and eucalyptus.

References

E. R. Williams and A. C. Matheson and C. E Harwood, Experimental Design and Analysis for Tree Improvement, CSIRO Publishing, 2002.

Examples

Run this code
# NOT RUN {
data(williams.trees)
dat <- williams.trees

require(lattice)
xyplot(survival~height|env,dat, main="williams.trees", xlab="Height",
ylab="Percent surviving")
# }

Run the code above in your browser using DataLab