hh.2017: Information about heads harvested from p1 and p2 in 2017.

hh.2017R Documentation

Information about heads harvested from p1 and p2 in 2017.

Description

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

Usage

hh.2017

Format

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

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