From 758b4d9ce764485455f728eca566c34f9340cd03 Mon Sep 17 00:00:00 2001 From: Ben Schneider Date: Thu, 12 Dec 2019 12:03:29 -0500 Subject: [PATCH] Fix broken code referring to invalid argument name "plot.subtitle.position" --- R/theme_schneidr.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/theme_schneidr.R b/R/theme_schneidr.R index aa85fd5..939d0e2 100644 --- a/R/theme_schneidr.R +++ b/R/theme_schneidr.R @@ -286,7 +286,7 @@ theme_schneidr <- function(base_size = 8, margin = ggplot2::margin(b = 0.5*base_size, unit = "pt")), # Position title/subtitle relative to entire plot (not to main panel) - plot.title.position = 'plot', plot.subtitle.position = 'plot', + plot.title.position = 'plot', plot.caption.position = 'plot', # Plot background and grids panel.background = ggplot2::element_blank(), panel.border = ggplot2::element_blank(), panel.grid.major.x = major_gridlines_x,