Learn R Programming

Bclim (version 3.1.0)

plot.layer_clouds: Plots of Bclim layer clouds

Description

Create bivariate climate plots of individual layers

Usage

"plot"(x, layer = 1, dims = 1:2, n = 50,...)

Arguments

x
The output of a run from layer_clouds
layer
The chosen layer to plot
dims
A vector of length 2. dim=1 corresponds to GDD5, dim=2 to MTCO, and dim=3 to AET/PET
n
The resolution of the resulting plot. A higher value of n will yield finer plots but might require some colour adjustment
...
Other arguments to the plot function such as axis labels, titles, and colours

Value

No output, just a plot

Details

This function creates a bivariate density plot of two climate dimensions (two of GDD5, MTCO and AET/PET) using the MASS library function kde2d

See Also

The main Bclim functions are layer_clouds and climate_histories

For examples why not see the wonderful Bclim vignette (available at https://cran.r-project.org/web/packages/Bclim/index.html) and the authors personal webpage (http://mathsci.ucd.ie/~parnell_a/Bclim.html)?