agridat (version 1.16)

strickland.tomato.uniformity: Uniformity trial of tomato

Description

Uniformity trial of tomato in Australia

Usage

data("strickland.tomato.uniformity")

Arguments

Format

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

row

row

col

column

yield

yield per plot, pounds

Details

Tomato plants were placed 2 feet apart in rows 4 feet apart. Each plot contained 6 plants.

Field dimensions are not given, but the most likely design is:

Field length: 6 plots * 6 plants * 2 feet = 72 feet

Field width: 30 plots * 4 feet = 120 feet

References

None

Examples

Run this code
# NOT RUN {
  data(strickland.tomato.uniformity)
  dat <- strickland.tomato.uniformity

  mean(dat$yield)
  sd(dat$yield)

  require(desplot)
  desplot(yield ~ col*row, dat,
          main="strickland.tomato.uniformity",
          flip=TRUE, aspect=(6*12)/(30*4))
# }

Run the code above in your browser using DataCamp Workspace