maps::map
Autoplot maps::map
# S3 method for map
autoplot(
object,
p = NULL,
geom = "path",
group = "group",
colour = "black",
size = NULL,
linetype = NULL,
alpha = NULL,
fill = NULL,
shape = NULL,
xlim = c(NA, NA),
ylim = c(NA, NA),
log = "",
main = NULL,
xlab = "",
ylab = "",
asp = NULL,
...
)
ggplot
maps::map
instance
ggplot2::ggplot
instance
geometric string for map. 'path', 'point' or 'polygon'
key for grouping geoms
line colour
point size
line type
alpha
fill colour
point shape
limits for x axis
limits for y axis
which variables to log transform ("x", "y", or "xy")
character vector or expression for plot title
character vector or expression for x axis label
character vector or expression for y axis label
the y/x aspect ratio
other arguments passed to methods