View source: R/plot.niSeries.R
plot.niSeries | R Documentation |
Plot method for objects of class niSeries
.
## S3 method for class 'niSeries'
plot(x = NULL, ...)
x |
an |
... |
further arguments controlling the appearance of the plot,
some passed further to |
Bård Pedersen
calculateIndex
, niSeries
, and
niOutput
for cumputation
and generation of niSeries
and niOutput
objects.
## Not run:
# Plotting the results from the calculation of a thematic index:
plot(calculateIndex(x = themeData,
nsim = 1000,
fids = FALSE,
tgroups = FALSE,
keys = "ignore",
w = 0,
awbs = TRUE,
awBSunit = "Skog")$E,
cex=1.5,
whiskerEnds = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.