theme_Poisson: Theme Poisson

Description Usage Details Value Examples

View source: R/theme-Poisson.r

Description

A gg theme for Poisson style plots.

Usage

1
theme_Poisson(base_size = 10, base_family = "")

Details

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

Value

A gg theme object.

Examples

1
2
3
4
5
library(ggplot2)
ggplot(data = mpg, aes(x = cty, y = hwy)) +
facet_wrap(~manufacturer) +
geom_count() +
theme_Poisson()

poissonconsulting/poiscon documentation built on Feb. 18, 2021, 11:16 p.m.