plot.niValue | R Documentation |
Plot method for objects of class niValue
.
## S3 method for class 'niValue'
plot(x = NULL, ...)
x |
|
... |
further arguments controlling the appearance of the plot,
some passed further to |
Plots the cumulative distribution of an index value.
Bård Pedersen
calculateIndex
, niValue
, niSeries
,
and niOutput
for computation and generation of niValue
,
niSeries
, and niOutput
objects.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.