hh.2019 | R Documentation |
This data frame contains harvest information on all heads harvested from p1, p2, p8, and p9 in 2019. There are a total of 1186 records. Included is head CT-2036, which was not found during reconcile but was recorded as harvested. This data frame was generated by the script make.hh.2019.r, which is saved in ..Dropbox/CGData/140_reconcile/reconcile2019/reconcile2019_work. The records come from the reconciled harvest list in ..Dropbox/CGData/140_reconcile/reconcile2019/reconcile2019_out.
hh.2019
A 1186 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.2019)
str(hh.2019)
table(hh.2019$batch)
plot(pos ~ row, hh.2019[hh.2019$pos > 800,], asp = 1) # plot of heads harvested in p1 & 99s
plot(pos ~ row, hh.2019[hh.2019$pos < 800 & hh.2019$pos > 600 , ], asp = 1) # plot of heads harvested in p8
plot(pos ~ row, hh.2019[hh.2019$pos < 600, ], asp = 1) # plot of heads harvested in p2 and p9
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.