hh.2021: Information about heads harvested from p1, p2, p5, p6, p7,...

hh.2021R Documentation

Information about heads harvested from p1, p2, p5, p6, p7, p8, p9 and tplot in 2021

Description

This data frame contains harvest information on all heads harvested from p1, p2, p5, p6, p7, p8, p9 and tplot in 2021. There are a total of 830 records. This data frame was generated by the script makehh2021.r, which is saved in ~Dropbox/CGData/140_reconcile/reconcile2021/reconcile2021_work. The records come from the reconciled harvest list in ~Dropbox/CGData/140_reconcile/reconcile2021/reconcile2021_out.

Usage

hh.2021

Format

An 830 x 10 dataframe.

Variables

Variables:

  • gBag, the grocery bag in which harvester placed head

  • row, row of common garden head was collected from

  • tt, twist-tie color

  • cgHdId, unique identifier for head

  • batch, experiment name for head

  • block, we used to use this to prioritize cleaning within experiments

  • lineNo, line of paper harvest datasheet for head

  • No, the four digit unique identifier

  • pos, position in row of common garden of head

  • letno, unique identifier for heads

Examples

  dim(hh.2021)
  str(hh.2021)
  
  table(hh.2021$batch)
  
  plot(pos ~ row, hh.2021[hh.2021$pos > 800,], asp = 1) # plot of heads harvested in p1 & 99s
  plot(pos ~ row, hh.2021[hh.2021$pos < 800 & hh.2021$pos > 600 , ], asp = 1) # plot of heads harvested in p8 
  plot(pos ~ row, hh.2021[hh.2021$pos < 600, ], asp = 1) # plot of heads harvested in p2 and p9

stuartWagenius/echinaceaLab documentation built on April 13, 2025, 5:22 a.m.