agridat (version 1.16)

igue.sugarcane.uniformity: Uniformity trial with sugarcane

Description

Uniformity trial with sugarcane in Brazil, 1982.

Usage

data("igue.sugarcane.uniformity")

Arguments

Format

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

row

row

col

column

yield

yield, kg/plot

Details

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

References

None

Examples

Run this code
# NOT RUN {
  
  data(igue.sugarcane.uniformity)
  dat <- igue.sugarcane.uniformity

  # match Igue CV top row of page 171
  sd(dat$yield)/mean(dat$yield) # 16.4

  require(desplot)
  desplot(yield ~ col*row, dat,
          flip=TRUE, tick=TRUE, aspect=(42*2)/(36*1.5),
          main="igue.sugarcane.uniformity")
  
# }

Run the code above in your browser using DataLab