Description Usage Arguments Details Value References Examples
Negative exponential model to calculate biomass while accounting for density variation with ground layer depth.
1 | calc_biomass(x, ...)
|
x |
data.frame, minimally containing the columns
|
... |
further arguments (currently ignored). |
Returns estimates of biomass, organic carbon, total nitrogen, and C:N ratio for each functional group observed per microquad. Equations follow Smith et al. (2015). Example usage is in Smith et al. (2017).
A data.frame of same number of rows as 'x', with new columns: 'mqid', 'type', 'predCN', 'predN', 'predC', 'mass', 'dens', 'nvalue', 'cvalue', 'volume', 'covercm'.
Smith, R.J., J.C. Benavides, S. Jovan, M. Amacher, and B. McCune. 2015. A rapid method for landscape assessment of carbon storage and ecosystem function in moss and lichen ground layers. The Bryologist 118(1): 32–45.
Smith, R. J., S. Jovan, A. N. Gray, and B. McCune. 2017. Sensitivity of carbon stores in boreal forest moss mats - effects of vegetation, topography and climate. Plant and Soil 421:31–42.
1 2 3 | data(est)
x <- calc_biomass(est)
head(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.