Plot a chronology, either from a chron model (preferred) or from a chron measurement table if there is no model
plotChron(
L,
chron.number = NA,
meas.num = NA,
depth.var = "depth",
age.var = "age",
age.14c.var = "age14C",
dot.size = 5,
legend.position = c(0.7, 0.3),
...
)A LiPD object - an R serialization of a single LiPD file. It's a list, and is typically created by `readLipd()`
chron.numData object to use (NA by default, will ask if needed)
chron.numData model to use (NA by default, will ask if needed)
variableName to use for depth ("depth" by default)
variableName to use for age ensemble ("age" by default)
variableName to use for age ensemble ("age14C" by default)
what size dot for the chron plot? Only used if not plotting by plotChronEns() (default = 5)
where to put the legend on the chron plot?
Arguments passed on to plotChronEns
model.numchron.numData model to use (NA by default, will ask if needed)
probsquantiles to calculate and plot
n.binsnumber bins over which to calculate intervals. Used to calculate x.bin if not provided.
x.binvector of bin edges over which to bin.
y.binvector of bin edges over which to bin.
color.lowBand color of the outer most band.
color.highBand color of the inner most band.
alpTransparency of the band plot
color.lineLine color (following ggplot rules)
line.widthWidth of the line
add.to.plotA ggplot object to add this plot to. Default is ggplot() .
n.ens.plotNumber of ensemble members to plot
color.ens.linecolor of the ensemble lines
alp.ens.linetransparency of the lines
dist.colordistribution color (following ggplot rules)
dist.type"violin" (default), "up" for one-sided distributions pointed up, "down" for one-sided distributions pointed down
dist.thickthickness of the line around the distribution
dist.alpalpha of the distribution
truncate.disttruncate probability density values below this number. NA (default) means no truncation
dist.scalecontrols the vertical span of the probability distribution. Approximately the vertical fraction of the plot that the distribution will cover.
add.paleo.age.depthadd a line that shows the paleoData age depth.
paleo.numberpaleo.num number for the paleoData age-depth
color.line.paleoline color of the paleoData age-depth (following ggplot rules)
plot.tracesAdd timeseries lines to the plot (default = TRUE)
a ggplot object, or NA if there's chronData to plot
Other plot:
plotChronEns(),
plotChronEnsDiff(),
plotCorEns(),
plotHistEns(),
plotLine(),
plotModelDistributions(),
plotPcaEns(),
plotPvalsEnsFdr(),
plotRegressEns(),
plotScatterEns(),
plotScreeEns(),
plotSpectraEns(),
plotSpectrum(),
plotSummary(),
plotSummaryTs(),
plotTimeseriesEnsLines(),
plotTimeseriesEnsRibbons(),
plotTimeseriesStack(),
plotTrendLinesEns()
Other chron:
plotChronEns(),
plotChronEnsDiff(),
plotModelDistributions()