View source: R/summary.niOutput.R
summary.niOutput | R Documentation |
Summary method for objects of class niOutput
.
## S3 method for class 'niOutput'
summary(object = NULL, ...)
object |
|
... |
arguments passed on to |
a list of numeric matrices, one matrix for each NIunit, and each
matrix containing interval and point estimates for each year, together with
an estimate of the displacement parameter (see summary.niSeries
).
Bård Pedersen
calculateIndex
and niOutput
for cumputation
and generation of 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"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.