love.sugarcane.uniformity | R Documentation |
Uniformity Trial of Sugarcane in Puerto Rico
data("love.sugarcane.uniformity")
A data frame with 400 observations on the following 3 variables.
row
row ordinate
col
column ordinate
yield
yield per plot, pounds
Data from an experiment provided by F. Chadron for a first ratoon crop at Rio Piedras Agricultural Experiment Station.
Field width: 20 "sections" * 10 feet = 200 feet.
Field length: 20 rows, spaced about 4 feet apart = 80 feet.
Weight in pounds per plot
Note: Love does not give the distance between the rows, but "Soil Survey of Puerto Rico" says furrows are planted about 4 feet apart.
Love, Harry (1943). Experimental Methods in Agricultural Research. The Agricultural Experiment Station of the University of Puerto Rico.
None
## Not run:
library(agridat)
data(love.sugarcane.uniformity)
dat <- love.sugarcane.uniformity
require(desplot)
desplot(dat, yield ~ col*row,
flip=TRUE, aspect=(20*4)/(20*10),
main="love.sugarcane.uniformity")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.