hh.2023 | R Documentation |
This data frame contains harvest information on all heads harvested from p1, p2, p5, p6, p7, p8, p9, and tplot in 2024. There are a total of 920 records. This data frame was generated by the script make.hh2023.R, which is saved in ~Dropbox/CGData/140_reconcile/reconcile2023/reconcileWork. The records come from the reconciled harvest list in ~Dropbox/CGData/140_reconcile/reconcile2023/reconcileOut.
hh.2023
A 920 x 10 dataframe.
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.2023)
str(hh.2023)
table(hh.2023$batch)
plot(pos ~ row, hh.2023[hh.2023$pos > 800,], asp = 1) # plot of heads harvested in p1 & 99s
plot(pos ~ row, hh.2023[hh.2023$pos < 800 & hh.2023$pos > 600 , ], asp = 1) # plot of heads harvested in p8
plot(pos ~ row, hh.2023[hh.2023$pos < 600, ], asp = 1) # plot of heads harvested in p2, p7, and p9
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.