agridat (version 1.16)

khin.rice.uniformity: Uniformity trial of rice

Description

Uniformity trial of rice in Burma, 1948.

Usage

data("khin.rice.uniformity")

Arguments

Format

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

row

row

col

column

yield

yield, oz/plot

Details

A uniformity trial of rice. Conducted at the Mudon Agricultural Station, Burma, in 1947-48. Basic plots were 3 feet square.

Field width: 30 plots * 3 feet.

Field length: 36 plots * 3 feet.

References

None.

Examples

Run this code
# NOT RUN {
  
  data(khin.rice.uniformity)
  dat <- khin.rice.uniformity

  require(desplot)
  desplot(yield ~ col*row, data=dat, flip=TRUE,
          main="khin.rice.uniformity",
          aspect=(36*3)/(30*3)) # true aspect
  
# }

Run the code above in your browser using DataLab