View source: R/fortify_spatial.R
autoplot.SpatialCommon | R Documentation |
maps::map
Autoplot maps::map
## S3 method for class 'SpatialCommon'
autoplot(
object,
p = NULL,
group = NULL,
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,
...
)
object |
|
p |
|
group |
key for grouping geoms |
colour |
line colour |
size |
point size |
linetype |
line type |
alpha |
alpha |
fill |
fill colour |
shape |
point shape |
xlim |
limits for x axis |
ylim |
limits for y axis |
log |
which variables to log transform ("x", "y", or "xy") |
main |
character vector or expression for plot title |
xlab |
character vector or expression for x axis label |
ylab |
character vector or expression for y axis label |
asp |
the y/x aspect ratio |
... |
other arguments passed to methods |
ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.