R/datasets.r

#' Information about heads harvested from cg1 in 2012.
#' 
#' This data frame contains harvest information on all heads harvested from cg1
#' in 2012. There are a total of 424 records. Only certain heads are included.
#' This dataset was generated by the script make_hh.2012.r (we need to indicate
#' where this file is archived and where the original source file is saved).
#'
#' @section Variables:
#' Variables:
#' \itemize{
#' \item line, ?
#' \item cgheadid, unique identifier for heads, is this name right?
#' \item nmmp, northing coordinate in mm
#' \item emmr, easting coordinate in mm
#' \item linePaper, ?
#' \item garden, ?
#' \item S.1, blank column from paper datasheet
#' \item S.2, blank column from paper datasheet
#' \item S.3, blank column from paper datasheet
#' \item S.4, blank column from paper datasheet
#' \item letno, unique identifier for heads
#' \item Row, emmr/1000
#' \item Pos, nmmp/1000
#' \item tt, twist-tie color
#' \item gBag, ?
#' \item S.5, blank column from paper datasheet
#' \item harvnote, note taken during harvesting in field
#' \item S.6, blank column from paper datasheet
#' \item Block, ?
#' \item no, unique numeric identifier
#' \item batch, batch
#' }
#' @docType data
#' @name hh.2012
#' @usage hh.2012
#' @format A 424 x 21 data frame
#' @references we need some more info
#' @keywords datasets
#' @examples
#' dim(hh.2012) 
#' str(hh.2012) # we should include useful example code
NULL
stuartWagenius/echinaceaLab documentation built on April 13, 2025, 5:22 a.m.