Learn R Programming

Bchron (version 3.2)

BchronRSLplot: Plot of Bchron RSL output

Description

Plots of the output from a run of BchronRSL.

Usage

BchronRSLplot(Bchrondata, RSLresults, xgrid = NULL, colours = colorRampPalette(c("white", "black", "black", "black", "black")), transp = 0.2, ss = 1000, ellipses = TRUE, blobs = FALSE)

Arguments

Bchrondata
The output from a Bchron model run. See BchronMCMC
RSLresults
The output from a BchronSL model run. See BchronRSL
xgrid
A grid of ages on which to interpolate and produce predictions
colours
The colours used to draw the blobs
transp
The degree of transparancy of the blobs
ss
The sample size used to create the kernel density esimates of the blobs
ellipses
Whether to draw uncertainty ellipses around each RSL point
blobs
Whether to draw the full probability distribution for each RSL point. This can be slow if set to TRUE

Value

  • No output produced, just a plot

References

Forthcoming

See Also

BchronRSLplot to plot output, BchronMCMC to create Bchron chronologies.

Examples

Run this code
## See http://mathsci.ucd.ie/~parnell_a/

Run the code above in your browser using DataLab