R/Data.R

# Description of built-in data.

#' List of available crops and varieties.
#'
#' Dataframe of two columns describing all available crops and varieties on
#' https://github.com/ajwdewit/WOFOST_crop_parameters .
#'
"cropVarList"

#' Example WeatherObject
#'
#' Example of object of WeatherObject class.
#'
"randomWeather"

#' Example SoilObject
#'
#' Example of object of SoilObject class.
#'
"randomSoil"

#' Example of multi-year WeatherObject.
#'
#' Example of muli-year object of WeatherObject class.
#' Useful for using with a ManagerObject.
#'
"randomWeatherLong"

#' Example of ManagerObject.
#'
#' Example of object of ManagerObject class.
#'
"exampleManager"
lucabutikofer/WofostR documentation built on Aug. 9, 2021, 2:24 p.m.