Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

correa.soybean.uniformity

Uniformity trial of soybean


Description

Uniformity trial of soybean in Brazil, 1970.

Usage

data("correa.soybean.uniformity")

Format

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

row

row

col

column

yield

yield, grams/plot

Details

Field length: 48 rows * .6 m = 28.8 m

Field width: 24 columns * .6 m = 14.4 m

Source

Enedino Correa da Silva. (1974). Estudo do tamanho e forma de parcelas para experimentos de soja (Plot size and shape for soybean yield trials). Pesquisa Agropecuaria Brasileira, Serie Agronomia, 9, 49-59. Table 3, page 52-53. https://seer.sct.embrapa.br/index.php/pab/article/view/17250

References

None

Examples

## Not run: 

library(agridat)
data(correa.soybean.uniformity)
dat <- correa.soybean.uniformity

libs(desplot)
desplot(dat, yield ~ col*row,
        flip=TRUE, aspect=28.8/14.4, 
        main="correa.soybean.uniformity")
  

## End(Not run)

agridat

Agricultural Datasets

v1.18
CC BY-SA 4.0
Authors
Kevin Wright [aut, cre] (<https://orcid.org/0000-0002-0617-8673>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.