theme_msand: msand themes for ggplot2.

View source: R/ggplot-theme_msand.R

theme_msandR Documentation

msand themes for ggplot2.

Description

The theme_msand() function creates a custom theme using msand colors.

Usage

theme_msand(base_size = 11, base_family = "")

Arguments

base_size

base font size, given in pts.

base_family

base font family

See Also

scale_manual()

Examples

library(ggplot2)

diamonds %>%
    ggplot(aes(carat, price, colour = cut)) +
    geom_point() +
    scale_colour_msand() +
    theme_msand()


MichaelSandilands/msand documentation built on Jan. 28, 2023, 8:27 p.m.