Learn R Programming

Bclim (version 2.3.1)

plotBclimVol: Plotting of interpolated climate volatilities

Description

This function plots volatilities over time for the selected climate dimension after a Bclim run.

Usage

plotBclimVol(x, dim = 1, title = NULL, presentleft = TRUE, denscol = "red", 
  denstransp = 0.5, leg = TRUE, mean = TRUE, legloc = "topleft", ...)

Arguments

x
A Bclim output object either created by BclimCompile or BclimRun.
dim
The chosen climate dimension. This could be GDD5 (dim=1), MTCO (dim=2) or AET/PET x 100 (dim=3)
title
The title for the plot
presentleft
Whether you wish to have the present on the left hand side (default) or on the right hand side
denscol
The colour of the 95% volatility ranges
denstransp
The transparency (between 0 and 1) of the 95% volatility ranges
leg
Whether to include a legend or not (default TRUE)
mean
Whether to include a line indicating the mean volatility
legloc
Where to place the legend (e.g. 'topleft', 'bottomright', etc)
...
Other arguments to the plot function

Value

  • No output produced, just a plot.

See Also

The main Bclim function is BclimRun. See there for all the other information.

Examples

Run this code
## See main function for examples

Run the code above in your browser using DataLab