TS overview plot

plotSummaryTs(
  TS,
  sort.var = "archiveType",
  age.range = NA,
  age.var = "age",
  step = NA,
  ...
)

Arguments

TS

LiPD timeseries object See http://nickmckay.github.io/LiPD-utilities/r/index.html#what-is-a-time-series

sort.var

What variable in the TS should the map and histogram be organized by? (default = "archiveType)

age.range

a two element vector that includes the range over which you want to count (default = NA, which calculates the full range in the TS)

age.var

What age variable should be used (default = "age)

step

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

Value

a gridExtra ggplot output