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

hh.2016R Documentation

Information about heads harvested from p1 and p2 in 2016.

Description

This data frame contains harvest information on all heads harvested from p1 and p2 in 2016. There are a total of 1065 records. This data frame was generated by the script make.hh.2016.r, which is saved in ..Dropbox/CGData/140_reconcile/reconcile2016/reconcile2016_out. The records come from the reconciled harvest list in the same folder as above.

Usage

hh.2016

Format

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

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