R/square_lattice.R

#' @title Square Lattice
#' @description A sample data set to create field plot and general_purpose labels.
#' @docType data
#' @usage data(square_lattice)
#' @format A data frame with 216 observations and 11 variables:
#' \describe{
#'   \item{\code{SN}}{\code{double} contains observation serial numbers.}
#'   \item{\code{LOCATION}}{\code{character} contains information on plot location.}
#'   \item{\code{PLOT}}{\code{double} contains the plot number.}
#'   \item{\code{ROW}}{\code{double} contains the row number.}
#'   \item{\code{COLUMN}}{\code{double} contains the column number.}
#'   \item{\code{REP}}{\code{double} contains the replication number.}
#'   \item{\code{IBLOCK}}{\code{double} contains the incomplete block number.}
#'   \item{\code{UNIT}}{\code{double} contains the unit number.}
#'   \item{\code{ENTRY}}{\code{double} contains the entry number.}
#'   \item{\code{TREATMENT}}{\code{character} contains the treatment identifier.}
#'   \item{\code{SEED_SOURCE}}{\code{character} contains the seed source identifier.}
#'}
"square_lattice"

Try the qrlabelr package in your browser

Any scripts or data that you put into this service are public.

qrlabelr documentation built on May 29, 2024, 10:16 a.m.