Last chance! 50% off unlimited learning
Sale ends in
Uniformity trial with sugarcane in Brazil, 1982.
data("igue.sugarcane.uniformity")
A data frame with 1512 observations on the following 3 variables.
row
row
col
column
yield
yield, kg/plot
A uniformity trial with sugarcane in the state of Sao Paulo, Brazil, in 1982. The field was 40 rows, each 90 m long, with 1.5 m between rows.
Field width: 36 plots * 1.5 m = 54 m
Field length: 42 plots * 2 m = 84 m
None
if (FALSE) {
library(agridat)
data(igue.sugarcane.uniformity)
dat <- igue.sugarcane.uniformity
# match Igue CV top row of page 171
sd(dat$yield)/mean(dat$yield) # 16.4
libs(desplot)
desplot(dat, yield ~ col*row,
flip=TRUE, tick=TRUE, aspect=(42*2)/(36*1.5),
main="igue.sugarcane.uniformity")
}
Run the code above in your browser using DataLab