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
color
variable (in TS) by which to color, or a string specifying a static ggplot color
size
Size of the location marker
lat.range
Latitudes to use to create baseMap range (default = NA, which determines from TS)
lon.range
Longitudes to use to create baseMap range (default = NA, which determines from TS)
shape
variable (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()