diff --git a/DESCRIPTION b/DESCRIPTION index 3916926..306f0ff 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,7 +8,7 @@ Description: Provides utilities for data visualization (e.g. ggplot2 theme(s)), License: GPL-3 Encoding: UTF-8 LazyData: true -RoxygenNote: 6.1.1 +RoxygenNote: 7.1.1 Imports: ggplot2 Suggests: diff --git a/man/theme_schneidr.Rd b/man/theme_schneidr.Rd index 582fdce..390777e 100644 --- a/man/theme_schneidr.Rd +++ b/man/theme_schneidr.Rd @@ -4,10 +4,17 @@ \alias{theme_schneidr} \title{A simple, reader-friendly ggplot2 theme} \usage{ -theme_schneidr(base_size = 8, base_font_family = "Rubik", - titles_font_family = "Libre Franklin", grid_lines = FALSE, - axis_lines = TRUE, axis_ticks = TRUE, x_axis_text_align = "center", - y_axis_text_align = "center", markdown_elements = "none") +theme_schneidr( + base_size = 8, + base_font_family = "Rubik", + titles_font_family = "Libre Franklin", + grid_lines = FALSE, + axis_lines = TRUE, + axis_ticks = TRUE, + x_axis_text_align = "center", + y_axis_text_align = "center", + markdown_elements = "none" +) } \arguments{ \item{base_size}{A single number giving the base size of text in the plot.}