diff --git a/man/hgps_theme.Rd b/man/hgps_theme.Rd index fe81fca..23e3a1b 100644 --- a/man/hgps_theme.Rd +++ b/man/hgps_theme.Rd @@ -33,8 +33,8 @@ The \code{hgps_theme} function modifies the following elements of the classic th \dontrun{ library(ggplot2) ggplot(mtcars, aes(x = wt, y = mpg)) + - geom_point() + - hgps_theme() + geom_point() + + hgps_theme() } }