estimateSTR | R Documentation |
Estimate soil temperature regime (STR) based on mean annual soil temperature (MAST), mean summer temperature (MSST), mean winter soil temperature (MWST), presence of O horizons, saturated conditions, and presence of permafrost. Several assumptions are made when O horizon or saturation are undefined.
estimateSTR(
mast,
mean.summer,
mean.winter,
O.hz = NA,
saturated = NA,
permafrost = FALSE
)
mast |
vector of mean annual soil temperature (deg C) |
mean.summer |
vector of mean summer soil temperature (deg C) |
mean.winter |
vector of mean winter soil temperature (deg C) |
O.hz |
logical vector of O horizon presence / absence |
saturated |
logical vector of seasonal saturation |
permafrost |
logical vector of permafrost presence / absence |
Soil Temperature Regime Evaluation Tutorial
Vector of soil temperature regimes.
D.E. Beaudette
Soil Survey Staff. 2015. Illustrated guide to soil taxonomy. U.S. Department of Agriculture, Natural Resources Conservation Service, National Soil Survey Center, Lincoln, Nebraska.
STRplot
# simple example
estimateSTR(mast=17, mean.summer = 22, mean.winter = 12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.