plot.niSeries: Plot a Time Series of Index Values.

View source: R/plot.niSeries.R

plot.niSeriesR Documentation

Plot a Time Series of Index Values.

Description

Plot method for objects of class niSeries.

Usage

## S3 method for class 'niSeries'
plot(x = NULL, ...)

Arguments

x

an niSeries object.

...

further arguments controlling the appearance of the plot, some passed further to par:
type, linecol, lwd, cex, cex.axis, main, cex.main,
gridlines - whether to include gridlines (T, default) or not (F),
gridcol - grid line colour (defaults to gray(0.6)),
showInterval - weather to include interval estimates (T, default) in the plot.
limits - limit quantiles for interval estimate (defaults to c(0.025,0.975))
shade - weather to include a shading (T) to represent interval estimate or not (F, default),
polygoncol color of shade,
whiskerEnds weather to draw ends of the interval estimate, with (T, default) or without (F) whisker ends.

Author(s)

Bård Pedersen

See Also

calculateIndex, niSeries, and niOutput for cumputation and generation of niSeries and niOutput objects.

Examples

## 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)


NINAnor/NIcalc documentation built on Oct. 26, 2023, 9:37 a.m.