diff --git a/R/aux_save.R b/R/aux_save.R index 0fd3bf6..4017ef9 100644 --- a/R/aux_save.R +++ b/R/aux_save.R @@ -26,7 +26,7 @@ #' pixels. #' @param plot_count manually set the plot count that is appended to a #' default_save_name -#' @param gpsparam `giotto_plot_save_param` object. If provided, will be +#' @param GPSPARAM `giotto_plot_save_param` object. If provided, will be #' used instead of most other general save params. (save_dir, save_folder, #' save_name, default_save_name, save_format, base_width, base_height, #' base_aspect_ratio, units, dpi, plot_count) diff --git a/man/plot_save.Rd b/man/plot_save.Rd index 7198ef8..7203787 100644 --- a/man/plot_save.Rd +++ b/man/plot_save.Rd @@ -25,7 +25,7 @@ all_plots_save_function( dpi = NULL, limitsize = TRUE, plot_count = NULL, - gpsparam = NULL, + GPSPARAM = NULL, ... ) @@ -86,7 +86,7 @@ pixels.} \item{plot_count}{manually set the plot count that is appended to a default_save_name} -\item{gpsparam}{\code{giotto_plot_save_param} object. If provided, will be +\item{GPSPARAM}{\code{giotto_plot_save_param} object. If provided, will be used instead of most other general save params. (save_dir, save_folder, save_name, default_save_name, save_format, base_width, base_height, base_aspect_ratio, units, dpi, plot_count)}