plot.slice_clouds: Plots of Bclim slice clouds

Description Usage Arguments Details Value See Also

Description

Create bivariate climate plots of individual slices. For examples why not see the wonderful Bclim vignette (available at https://cran.r-project.org/web/packages/Bclim/index.html) and the author's personal webpage (https://maths.ucd.ie/parnell)?

Usage

1
2
## S3 method for class 'slice_clouds'
plot(x, slice = 1, dims = 1:2, n = 50, ...)

Arguments

x

The output of a run from slice_clouds

slice

The chosen slice 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

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

Value

Just a plot

See Also

The main Bclim functions are slice_clouds and climate_histories


andrewcparnell/Bclim documentation built on May 12, 2019, 3:38 a.m.