theme_Poisson.Rd
A gg theme for Poisson style plots.
theme_Poisson(base_size = 10, base_family = "")
base_size | an integer scalar indicating the base font size. |
---|---|
base_family | a character scalar indicating the base font family. |
A gg theme object.
To use, ensure ggplot2 is installed and then call
theme_set(theme_Poisson())
.