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

shafi.tomato.uniformity

Uniformity trial of tomato


Description

Uniformity trial of tomato in India.

Usage

data("shafi.tomato.uniformity")

Format

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

row

row ordinate

col

column ordinate

yield

yield, kg/plot

Details

The original data was collected on 1m x 1m plots. The data here are aggregated 2m x 2m plots.

Field length: 20 row * 2 m = 40 m

Field width: 10 col * 2 m = 20 m

Source

Shafi, Sameera (2007). On Some Aspects of Plot Techniques in Field Experiments on Tomato (Lycopersicon esculentum mill.) in Soils of Kashmir. Thesis. Univ. of Ag. Sciences & Technology of Kashmir. Table 2.2.1. https://krishikosh.egranth.ac.in/handle/1/5810083035

References

Shafi, Sameera; S.A.Mir, Nageena Nazir, and Anjum Rashid. (2010). Optimum plot size for tomato by using S-PLUS and R-software's in the soils of Kashmir. Asian J. Soil Sci., 4, 311-314. https://www.researchjournal.co.in/upload/assignments/4_311-314.pdf

Examples

## Not run: 
  library(agridat)
  data(shafi.tomato.uniformity)
  shafi.tomato.uniformity <- dat

  libs(desplot)
  desplot(dat, yield ~ col*row,
          aspect=40/20, # true aspect
          main="shafi.tomato.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.