View source: R/summaryWeights.R
summaryWeights | R Documentation |
Summary method for objects of class niSeries
.
summaryWeights(x = NULL, group = "indic", ...)
x |
an |
group |
character. Should summary be per indicator ( |
... |
argument controlling the summary: |
a numeric matrix (when group in c("troph","BSunit") or indicData = F
)
or a dataframe (when group = "ICunit" or indicData = T
) with weights
per indicator (group = "indic"
),
per trophic group (group = "troph"
),
per BSunit (group = "BSunit"
), or
per ICunit (group = "ICunit"
),
for each year included in x
.
Bård Pedersen
calculateIndex
, niSeries
, and
niOutput
for cumputation and generation of niSeries
and
niOutput
objects.
## Not run:
indices <- calculateIndex(x = themeData,
nsim = 1000,
fids = FALSE,
tgroups = FALSE,
keys = "ignore",
w = 0,
awbs = TRUE,
awBSunit = "Skog")
summaryWeights(indices$wholeArea, indicData = TRUE)
summaryWeights(indices$E, group = "ICunit")
summaryWeights(indices$E, group = "BSunit")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.