Returns a standardized ggplot2 theme matching TextAnalysisR design standards.
Examples
if (FALSE) { # \dontrun{
library(ggplot2)
ggplot(mtcars, aes(mpg, wt)) +
geom_point() +
create_standard_ggplot_theme()
} # }
Returns a standardized ggplot2 theme matching TextAnalysisR design standards.
if (FALSE) { # \dontrun{
library(ggplot2)
ggplot(mtcars, aes(mpg, wt)) +
geom_point() +
create_standard_ggplot_theme()
} # }