check.batch | R Documentation |
This function compares the vector scans$letno with the vector hh.2012$letno. Make sure you set the working directory to the directory that contains the dataframes scans and hh.2012.
check.batch(batch = "SPP", scansdf = scans, harvestFile = hh.2014)
batch |
character the hh.2013 and hh.2014 dataframes has the batch field populated with experiment name. In 2012 and before batch was an integer identifier for a garden in cg1. batch defaults to SPP. |
scansdf |
dataframe in format of output from function loadScans. The default name is scans. |
harvestFile |
dataframe such as hh.2012 or hh.2013 |
names list of of interest
loadScans
check.year
## Not run:
scans <- loadScans("I:\\Departments\\Research\\EchinaceaCG2012\\scanExamples")
check.batch("321")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.