Skip to content

Commit

Permalink
fix roxygen code
Browse files Browse the repository at this point in the history
  • Loading branch information
FloSchuberth committed Feb 2, 2025
1 parent 7063cf0 commit 0e7083f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/postestimate_plotModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#'
#' @usage plotModel(
#' .object,
#' .title = "",
#' .title = args_default()$.title,
#' .plot_significances = args_default()$.plot_significances,
#' .plot_indicator_correlations = args_default()$.plot_indicator_correlations,
#' .plot_structural_model_only = args_default()$.plot_structural_model_only,
#' .graph_attrs = NULL
#' .graph_attrs = args_default()$.graph_attrs
#' )
#'
#' @inheritParams csem_arguments
Expand Down
4 changes: 2 additions & 2 deletions man/plotModel.Rd

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

0 comments on commit 0e7083f

Please sign in to comment.