A gg theme for Poisson style plots.
Usage
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.
Details
To use, ensure ggplot2 is installed and then call
theme_set(theme_Poisson()).