plot.BchronDensityRun {Bchron} | R Documentation |
Plot output from BchronDensity
Description
Plot output from BchronDensity
Usage
## S3 method for class 'BchronDensityRun'
plot(
x,
plotDates = TRUE,
plotRawSum = FALSE,
plotPhase = TRUE,
phaseProb = 0.95,
dateTransparency = 0.4,
...
)
Arguments
x |
Output from |
plotDates |
Whether to plot the individual calibrated dates |
plotRawSum |
Whether to plot the raw sum of the probability distributions |
plotPhase |
Whether to plot the phase values |
phaseProb |
The probability value for the phase identification |
dateTransparency |
The transparency value for the dates (default 0.4) |
... |
Other graphical commands. See |
See Also
See BchronDensity
for examples, also Bchronology
, BchronRSL
, and BchronDensityFast
for a faster approximate version of this function
[Package Bchron version 4.7.6 Index]