ggplotSetTheme: This function sets the default settings for ggplots

Description Usage Arguments Value Author(s) Examples

Description

This function sets the default settings for ggplots

Usage

1
ggplotSetTheme(boost = 0, ...)

Arguments

boost

integer. value by which to increase or decrease font size. Default = 0

...

other params to be passed to theme()

Value

settings to be added to a ggplot plot

Author(s)

Henrique Cabral

Examples

1
2
 ggplotSetTheme()
 ggplotSetTheme(axis.text.x = element_text(angle = 45, hjust = 1))

cabralhenrique/QPVutils documentation built on May 13, 2019, 10:37 a.m.