View source: R/csm_create_variable.R
| csm_create_variable | R Documentation |
Create a cropping systems model (CSM) variable
csm_create_variable(name, definition, units)
name |
a length-one character vector name of a variable |
definition |
a length-one character vector that defines the CSM variable |
units |
a length-one character vector of the units of the CSM variable |
a list of csm_variable objects
Tair <- csm_create_variable(name = "Tair",
definition = "air temperature",
units = "Celsius")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.