theme_ggR11: Default theme used in all 'R11' package ggplots

Description Usage Arguments Value Author(s) References

Description

Common theme used across all ggplots generated in 'R11' and *assumed* by the author to be aesthetically pleasing to the user/reader.

Usage

1
theme_ggR11(ggtheme = ggplot2::theme_bw(), ggR11.layer = TRUE)

Arguments

ggtheme

A function, 'ggplot2' theme name. Default value is 'ggplot2::theme_bw()'. Any of the 'ggplot2' themes, or themes from extension packages are allowed (e.g., 'ggthemes::theme_economist()', 'hrbrthemes::theme_ipsum_ps()', 'ggthemes::theme_fivethirtyeight()').

ggR11.layer

Logical that decides whether 'theme_ggR11' theme elements are to be displayed along with the selected 'ggtheme' (Default: 'TRUE').

Value

A 'ggplot2' object with the 'theme_ggR11' theme.

Author(s)

Indrajeet Patil, Weiping Mei

References

https://indrajeetpatil.github.io/ggR11/articles/theme_ggR11.html


PhDMeiwp/R11 documentation built on May 20, 2019, 4:25 p.m.