View source: R/summary.niSeries.R
summary.niSeries | R Documentation |
Summary method for objects of class niSeries
.
## S3 method for class 'niSeries'
summary(object = NULL, ...)
object |
|
... |
arguments controlling the summary:
|
a numeric matrix with interval and point estimates for each year, together with an estimate of the displacement in the location parameter due to nonlinear scaling of uncertain indicator observations etc., [cf. Pedersen and Skarpaas (2012)](https://www.nina.no/archive/nina/PppBasePdf/rapport/2012/797.pdf).
Bård Pedersen
calculateIndex
, niSeries
, and
niOutput
for cumputation and generation of niSeries
and
niOutput
objects.
## Not run:
# Summary of the results from the calculation of a thematic index:
summary(calculateIndex(x = themeData,
nsim = 1000,
fids = FALSE,
tgroups = FALSE,
keys = "ignore",
w = 0,
awbs = TRUE,
awBSunit = "Skog")$E)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.