powered by
Uniformity trial of 600 millet plots.
A data frame with 600 observations on the following 3 variables.
col
column
row
yield
yield (grams)
Field was 100 ft x 100 ft. Plots were 15 feet long by 1 foot wide.
# 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