plotWeights | R Documentation |
Plot method for objects of class niValue
which creates a horizontal barplot.
plotWeights(x = NULL, group = "indic", ...)
x |
an |
group |
character. Should summary be
|
... |
further arguments controlling the appearance of the plot,
some passed further to |
Bård Pedersen
calculateIndex
, niValue
,
niSeries
, and niOutput
for cumputation
and generation of niValue
, niSeries
, and niOutput
objects.
## Not run:
plotWeights(calculateIndex(x = themeData,
nsim = 1000,
fids = FALSE,
tgroups = FALSE,
keys = "ignore",
w = 0,
awbs = TRUE,
awBSunit = "Skog")$E$`1990`,
group = "ICunit",
barcol = 3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.