Description Usage Arguments Details Value Examples
Summary of ground layer observations, disaggregated by functional groups.
1 | summary_fg(x, eachplot = FALSE, ...)
|
x |
|
eachplot |
default |
... |
further arguments (currently ignored). |
Gives basic descriptive summaries, disaggregated by functional groups.
A data.frame with estimates for each functional group 'fg', including 'mass', 'masssd', 'c', 'csd', 'n', 'nsd' (all in kg per ha), as well as 'vol' and 'volsd' (cubic meters per ha), and 'cover' and 'coversd' (percentage points per plot).
1 2 3 4 | data(est)
x <- calc_biomass(est)
summary_fg(x)
summary_fg(x, eachplot=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.