Uniformity trial of rice in Burma, 1948.
data("khin.rice.uniformity")
A data frame with 1080 observations on the following 3 variables.
row
row
col
column
yield
yield, oz/plot
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.
None.
if (FALSE) {
library(agridat)
data(khin.rice.uniformity)
dat <- khin.rice.uniformity
libs(desplot)
desplot(dat, yield ~ col*row,
flip=TRUE,
main="khin.rice.uniformity",
aspect=(36*3)/(30*3)) # true aspect
}
Run the code above in your browser using DataLab