evans.sugarcane.uniformity | R Documentation |
Uniformity trial of sugarcane in Mauritius.
data("evans.sugarcane.uniformity")
A data frame with 710 observations on the following 3 variables.
row
row ordinate
col
column ordinate
yield
plot yield
A field of ratoon canes was harvested in 20-hole plots.
Described in a letter to Frank Yates written 21 May 1935.
Field length: 5 plots x 50 feet (20 stools per plot; 30 inches between stools) = 250 feet
Field width: 142 plots x 5 feet = 710 feet
This data was made available with special help from the staff at Rothamsted Research Library.
Rothamsted Research Library, Box STATS17 WG Cochran, Folder 8.
None.
## Not run:
data(evans.sugarcane.uniformity)
dat <- evans.sugarcane.uniformity
libs(desplot)
desplot(dat, yield ~ col*row,
flip=TRUE, aspect=(5*50)/(142*5), # true aspect
main="evans.sugarcane.uniformity")
table( substring(dat$yield,3) ) # yields ending in 0,5 are much more common
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.