A clean, publication-ready ggplot2 theme tuned for facetted plots with the Montserrat font. The font is registered and showtext rendering is enabled automatically when the package loads — no setup required.
See also
Other phip-ggplot:
scale_colour_phip(),
scale_fill_phip()
Examples
if (FALSE) { # \dontrun{
ggplot2::ggplot(iris, ggplot2::aes(Sepal.Length, Sepal.Width, colour = Species)) +
ggplot2::geom_point() +
scale_colour_phip() +
theme_phip()
} # }