shows a map, timeseries, and age model diagram, and basic simple metadata
plotSummary(
L,
paleo.age.var = "age",
paleo.data.var = NA,
chron.number = NA,
paleo.meas.num = NA,
chron.meas.num = NA,
chron.depth.var = "depth",
chron.age.var = "age",
chron.age.14c.var = "age14C",
dot.size = 5,
summary.font.size = 6,
text.width = 400/summary.font.size,
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()`
variableName to use for x axis of the paleo plot ("age" by default)
variableName to use for the y axis of the paleo plot (NA by default, which lets you choose)
chron.numData object to use (NA by default, will ask if needed)
paleo.num measurement table to use (NA by default, will ask if needed)
chron.num measurement table to use (NA by default, will ask if needed)
variableName to use for chron depth ("depth" by default)
variableName to use for chron calibrated age ("age" by default)
variableName to use for chron 14C age ("age" by default)
what size dot for the chron plot? Only used if not plotting by plotChronEns() (default = 5)
Font size for the summary
Width of the text panel
location of the legend
Arguments passed on to plotChronEns
depth.varvariableName to use for depth ("depth" by default)
age.varariableName to use for age ensemble ("ageEnsemble" by default)
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
meas.numwhich measurement Table 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 gridArrange of ggplot grobs
Other plot:
plotChron(),
plotChronEns(),
plotChronEnsDiff(),
plotCorEns(),
plotHistEns(),
plotLine(),
plotModelDistributions(),
plotPcaEns(),
plotPvalsEnsFdr(),
plotRegressEns(),
plotScatterEns(),
plotScreeEns(),
plotSpectraEns(),
plotSpectrum(),
plotSummaryTs(),
plotTimeseriesEnsLines(),
plotTimeseriesEnsRibbons(),
plotTimeseriesStack(),
plotTrendLinesEns()
if (FALSE) { # \dontrun{
myPlot = summaryPlot(L)
} # }