theme_animint: Theme without checks. This allows us to write
theme_animint(width=500), instead of theme(animint.width=500)
which gives an error in ggplot2 because users should be informed
if they mis-type standard theme element
names. https://github.com/hadley/ggplot2/issues/938
Description
Theme without checks. This allows us to write
theme_animint(width=500), instead of theme(animint.width=500)
which gives an error in ggplot2 because users should be informed
if they mis-type standard theme element
names. https://github.com/hadley/ggplot2/issues/938
Usage
theme_animint(...)
Arguments
...
theme options such as width.
Value
ggplot theme list with names such as animint.width.