Learn R Programming

agridat (version 1.25)

rangaswamy.groundnut.uniformity: Uniformity trial of groundnut

Description

Uniformity trial of groundnut

Usage

data("rangaswamy.groundnut.uniformity")

Arguments

Format

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

row

row ordinate

col

column ordinate

yield

yield, kg/plot

Details

The year of the experiment is unknown, but before 1995.

Field width: 8 plots x 4 m = 32 m

Field length: 12 plots x .75 m = 8 m

References

None

Examples

Run this code
if (FALSE) {
library(agridat)
data(rangaswamy.groundnut.uniformity)
dat <- rangaswamy.groundnut.uniformity

require(desplot)
desplot(dat, yield ~ col*row,
        flip=TRUE, aspect=(12*.75)/(8*4),
        main="rangaswamy.groundnut.uniformity")

}

Run the code above in your browser using DataLab