hh.2017 | R Documentation |
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.
hh.2017
A 1150 x 10 data frame
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
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.