View source: R/defaults-atmosphere.R
defaults_atmosphere | R Documentation |
Defaults for Atmosphere
defaults_atmosphere( Prec = 0L, rSoil = 0L, rRoot = 0L, hCritA = 100000L, rB = 0L, hB = 0L, ht = 0L, tTop = 0L, tBot = 0L, Ampl = 0L, cTop = 0L, cBot = 0L, RootDepth = 0L )
Prec |
Precipitation (default: 0) |
rSoil |
Evaporation (default: 0) |
rRoot |
Transpiration (default: 0) |
hCritA |
(default: 100000) |
rB |
rB (default: 0) |
hB |
hB (default: 0) |
ht |
ht (default: 0) |
tTop |
tTop (default: 0) |
tBot |
tBot (default: 0) |
Ampl |
Ampl (default: 0) |
cTop |
concentration of solute 1 at top (default: 0) |
cBot |
concentration of solute 1 at bottom (default: 0) |
RootDepth |
root depth (default: 0) |
tibble with defaults for atmospheric parameters
defaults_atmosphere()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.