TS overview plot
plotSummaryTs(
TS,
sort.var = "archiveType",
age.range = NA,
age.var = "age",
step = NA,
...
)LiPD timeseries object See http://nickmckay.github.io/LiPD-utilities/r/index.html#what-is-a-time-series
What variable in the TS should the map and histogram be organized by? (default = "archiveType)
a two element vector that includes the range over which you want to count (default = NA, which calculates the full range in the TS)
What age variable should be used (default = "age)
What step size should be used along the age axis? (default = NA, which will calculate 0.5% of the age.range)
Arguments passed on to mapTs
colorvariable (in TS) by which to color, or a string specifying a static ggplot color
sizeSize of the location marker
lat.rangeLatitudes to use to create baseMap range (default = NA, which determines from TS)
lon.rangeLongitudes to use to create baseMap range (default = NA, which determines from TS)
shapevariable (in TS) by which to adjust shape, or an integer specifying a static ggplot shape
a gridExtra ggplot output
Other plot:
plotChron(),
plotChronEns(),
plotChronEnsDiff(),
plotCorEns(),
plotHistEns(),
plotLine(),
plotModelDistributions(),
plotPcaEns(),
plotPvalsEnsFdr(),
plotRegressEns(),
plotScatterEns(),
plotScreeEns(),
plotSpectraEns(),
plotSpectrum(),
plotSummary(),
plotTimeseriesEnsLines(),
plotTimeseriesEnsRibbons(),
plotTimeseriesStack(),
plotTrendLinesEns()