agridat (version 1.16)

strickland.apple.uniformity: Uniformity trial in apple

Description

Uniformity trial in apple in Australia

Usage

data("strickland.apple.uniformity")

Arguments

Format

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

row

row

col

column

yield

yield per tree, pounds

Details

Some recently re-worked trees were removed from the data.

The distance between trees in uncertain, but likely in the range 20-30 feet.

References

None

Examples

Run this code
# NOT RUN {
  data(strickland.apple.uniformity)
  dat <- strickland.apple.uniformity
  require(desplot)
  desplot(yield ~ col*row, dat,
          main="strickland.apple.uniformity",
          flip=TRUE, aspect=(18/11))
# }

Run the code above in your browser using DataLab