R/fieldStakes.R

#' An S4 class to represent information to be printed on harvest bags 
#' @slot plotNo  character of plotNo
#' @slot pass  numeric of pass
#' @slot range  numeric of range
#' @slot trial  character of trial
#' @slot block  character of block
#' @slot long  data.frame of long
#' @export fieldStakes
fieldStakes <- setClass("fieldStakes", slots = c(Trial = "character", plotNo = "character", pass = "numeric", range = "numeric", block = "character", long = "data.frame"))
nsantantonio/fieldMapR documentation built on Feb. 4, 2025, 3:07 a.m.