Applies the e61 theme to ggplot spatial maps to adjust graph appearance. If
you are looking to change the appearance of titles or labels, check the
arguments in labs_e61()
, which are probably what you are
looking for.
Usage
theme_e61_spatial(
legend = c("none", "bottom", "top", "left", "right"),
legend_title = FALSE,
base_size = 10,
base_family = "pt-sans"
)
Arguments
- legend
Character. Legend position, "none" (default) hides the legend.
- legend_title
Logical. Include Legend title? Defaults to FALSE.
- base_size
Numeric. Chart font size. Default is 10.
- base_family
Character. Chart font family. Default is PT Sans.
- aspect_ratio
Numeric. Sets the aspect ratio of the graph panel.
See also
Other map functions:
add_map_e61()
,
crop_aus_coord()
,
setup_stadia_maps()