View source: R/get_lai_forcing.R
get_lai_forcing | R Documentation |
Is LAI forced for usms in usms.xml
get_lai_forcing(usm_file_path, usms_list = c())
usm_file_path |
Path to usms.xml file |
usms_list |
Usm(s) name(s) (optional, see details) |
Use get_usms_list()
to get the list of the usm names for an
usms.xml file.
A named numeric vector with a Boolean value (TRUE = forced
)
for each usm
# Xml case
xml_usms <- file.path(get_examples_path(file_type = "xml"), "usms.xml")
get_lai_forcing(xml_usms)
get_lai_forcing(xml_usms, "wheat")
get_lai_forcing(xml_usms, c("wheat", "intercrop_pea_barley"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.