Learn R Programming

agridat (version 1.12)

li.millet.uniformity: Uniformity trial of 600 millet plots.

Description

Uniformity trial of 600 millet plots.

Arguments

Format

A data frame with 600 observations on the following 3 variables.

col

column

row

row

yield

yield (grams)

Details

Field was 100 ft x 100 ft. Plots were 15 feet long by 1 foot wide.

Examples

Run this code
# NOT RUN {
data(li.millet.uniformity)
dat <- li.millet.uniformity

mean(dat$yield) # matches Li et al.
desplot(yield~col*row, dat, main="li.millet.uniformity", aspect=100/100)
# }

Run the code above in your browser using DataLab