agridat (version 1.16)

nagai.strawberry.uniformity: Uniformity trial of strawberry

Description

Uniformity trial of strawberry in Brazil.

Usage

data("nagai.strawberry.uniformity")

Arguments

Format

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

row

row

col

column

yield

yield grams/plot

Details

A uniformity trial of strawberry, at Jundiai, Brazil, in April 1976.

The spacing between plants and rows was 0.3 m. Test area was 233.34 m^2. There were 18 rows of 144 plants. Each plat consisted of 6 consecutive plants. There were 432 plats, each 0.54 m^2.

Field length: 18 rows * 0.3 m = 5.4 m.

Field width: 24 columns * 6 plants * 0.3 m = 43.2 m.

References

None

Examples

Run this code
# NOT RUN {
  
  data(nagai.strawberry.uniformity)
  dat <- nagai.strawberry.uniformity
  
  # CV matches Nagai
  # with(dat, sd(yield)/mean(yield))
  # 23.42
  
  require(desplot)
  desplot(yield ~ col*row, dat,
          flip=TRUE, aspect=(5.4)/(43.2), # true aspect
          main="nagai.strawberry.uniformity")
# }

Run the code above in your browser using DataLab