R/crop.R

##' Crop data containing hypothetical sowing flowering and harvest dates 
##'
##' A dataset containing typical dates for agronomic data
##'
##' Typical dates for crop data sets that would typically contain
##' agronomic traits such as yield, dry matter yield and so
##' on. However, here the dataset only contains dates which are used
##' to demonstrate how to add computed weather variables either
##' starting or ending at a specified date or between two dates.
##' 
##' @format A data frame with 10 rows and 3 variables:
##' \describe{
##'  \item{sowing_date}{Sowing date of crop}
##'  \item{flower_date}{Flowering date of crop}
##'  \item{harvest_date}{Harvest date of crop}
##' }
##' @source Hypothetical sowing, flowering and harvest dates based on typical horticultural crops in Queensland
"crop"

Try the cropgrowdays package in your browser

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

cropgrowdays documentation built on May 31, 2023, 5:22 p.m.