theme_mapselector: Mapselector ggplot2 theme

View source: R/utils-theme.R

theme_mapselectorR Documentation

Mapselector ggplot2 theme

Description

Mapselector ggplot2 theme

Usage

theme_mapselector()

Value

A ggplot theme that can be added to any ggplot object to change its theme. Plot titles are set to be larger, grid lines are adjusted to show only major grid lines, and facet colours and label size are set.

Examples

library(ggplot2)
ggplot(diamonds) + 
geom_point(aes(x = carat, y = price, col = color)) + 
theme_mapselector()

ReseauBiodiversiteQuebec/tableaulpi documentation built on March 30, 2022, 1:46 p.m.