hh.2018: Information about heads harvested from p1, p2, and p7 in...

hh.2018R Documentation

Information about heads harvested from p1, p2, and p7 in 2018.

Description

This data frame contains harvest information on all heads harvested from p1, p2, and p7 in 2018. There are a total of 2011 records. This data frame was generated by the script make.hh.2018.r, which is saved in ..Dropbox/CGData/140_reconcile/reconcile2018/reconcile2018_work. The records come from the reconciled harvest list in ..Dropbox/CGData/140_reconcile/reconcile2018/reconcile2018_work.

Usage

hh.2018

Format

A 2011 x 10 data frame

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.2018)
  str(hh.2018)
  
  table(hh.2018$batch)
  
  plot(pos ~ row, hh.2018[hh.2018$pos > 800,], asp = 1) # plot of heads harvested in p1 & 99s
  plot(pos ~ row, hh.2018[hh.2018$pos < 800,], asp = 1) # plot of heads harvested in p2 & p7

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