Skip to content

Commit

Permalink
Update docu
Browse files Browse the repository at this point in the history
  • Loading branch information
FloSchuberth committed Feb 10, 2025
1 parent e99e075 commit 9161336
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 42 deletions.
4 changes: 2 additions & 2 deletions R/helper_savePlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#'
#' @usage save_single_plot(
#' diagrammer_obj,
#' out_file
#' )
#' out_file,
#' .path = NULL)
#'
#' @inheritParams csem_arguments
#'
Expand Down
5 changes: 3 additions & 2 deletions R/postestimate_savePlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @usage savePlot(
#' .plot_object,
#' .filename,
# .path = NULL)
#' .path = NULL)
#'
#' @param .plot_object Object returned by one of the following functions [plot.cSEMResults_default()], [plot.cSEMResults_multi()], or
#' [plot.cSEMResults_2ndorder()].
Expand All @@ -21,7 +21,8 @@
savePlot <- function(
.plot_object,
.filename,
.path = NULL) { # Added .path argument with NULL default
.path = NULL
){

if (missing(.plot_object)) {
stop2(".plot_object must be provided to savePlot().")
Expand Down
10 changes: 5 additions & 5 deletions man/exportToExcel.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 6 additions & 31 deletions man/savePlot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions man/save_single_plot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9161336

Please sign in to comment.