Create a stamen or line map of the location of a list of LiPD objects
mapTs(
TS,
color = "archiveType",
size = 6,
shape = 16,
lat.range = NA,
lon.range = NA,
...
)A list of LiPD objects
variable (in TS) by which to color, or a string specifying a static ggplot color
Size of the location marker
variable (in TS) by which to adjust shape, or an integer specifying a static ggplot shape
Latitudes to use to create baseMap range (default = NA, which determines from TS)
Longitudes to use to create baseMap range (default = NA, which determines from TS)
Arguments passed on to baseMap
latlatitude(s) range to map
lonlongitude(s) range to map
map.type"stamen" or "line"
fbuffer for the map range
restrict.map.rangeTRUE or FALSE. Trim the size of the map to the points, for "line" map type
bound.circDraw a boundary circle around a polar projection. TRUE or FALSE(default).
globalShould the scope of the map be global? TRUE or FALSE(default).
projectionMap project. All options on: ?mapproject
extend.rangeincrease the span of the map by this much (lat/long degrees)
ggmap object