plot.niValue: Plot the Distribution of an Index Estimate.

View source: R/plot.niValue.R

plot.niValueR Documentation

Plot the Distribution of an Index Estimate.

Description

Plot method for objects of class niValue.

Usage

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

Arguments

x

niValue object.

...

further arguments controlling the appearance of the plot, some passed further to par:
linecol, lwd, xlab, ylab, cex.lab, cex.axis, main, cex.main,
q - vector of quantiles displayed along first (as quantile(q)) and second axis (as q) (defaults to c(0.025,0.500,0.975)),
gridcol - grid line colour (defaults to gray(0.6)) where gridlines are defined by q),
range01 - whether the x-axis should cover the full index range (c(0,1),T) or not (F).

Details

Plots the cumulative distribution of an index value.

Author(s)

Bård Pedersen

See Also

calculateIndex, niValue, niSeries, and niOutput for computation and generation of niValue, niSeries, and niOutput objects.

Examples

## Not run: 
# Plotting the cumulative distribution function of a thematic index value:

plot(calculateIndex(x = themeData,
                    nsim = 1000,
                    fids = FALSE,
                    tgroups = FALSE,
                    keys = "ignore",
                    w = 0,
                    awbs = TRUE,
                    awBSunit = "Skog")$E$`1990`,
     range01 = F)

## End(Not run)


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