csm_create_variable: Create a cropping systems model (CSM) variable

View source: R/csm_create_variable.R

csm_create_variableR Documentation

Create a cropping systems model (CSM) variable

Description

Create a cropping systems model (CSM) variable

Usage

csm_create_variable(name, definition, units)

Arguments

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

Value

a list of csm_variable objects

Examples


Tair <- csm_create_variable(name = "Tair",
                            definition = "air temperature",
                            units = "Celsius")


csmbuilder documentation built on Sept. 19, 2026, 1:06 a.m.