A gg theme for Poisson style plots.

theme_Poisson(base_size = 10, base_family = "")

Arguments

base_size

an integer scalar indicating the base font size.

base_family

a character scalar indicating the base font family.

Value

A gg theme object.

Details

To use, ensure ggplot2 is installed and then call theme_set(theme_Poisson()).