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
lat
latitude(s) range to map
lon
longitude(s) range to map
map.type
"stamen" or "line"
f
buffer for the map range
restrict.map.range
TRUE or FALSE. Trim the size of the map to the points, for "line" map type
bound.circ
Draw a boundary circle around a polar projection. TRUE or FALSE(default).
global
Should the scope of the map be global? TRUE or FALSE(default).
projection
Map project. All options on: ?mapproject
extend.range
increase the span of the map by this much (lat/long degrees)
ggmap object