View source: R/prepare_atmosphere_input.R
prepare_atmosphere_input | R Documentation |
Prepare Atmosphere Input
prepare_atmosphere_input(inputs, defaults = defaults_atmosphere())
inputs |
tibble or data.frame with user defined inputs for parameters
defined in |
defaults |
defaults for undefined parameters. Default:
|
tibble with atmosphere values
inputs <- tibble::tibble(tAtm = 1:10, Prec = 10, rSoil = 0.4) prepare_atmosphere_input(inputs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.