Skip to content

Commit

Permalink
adjust documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FloSchuberth committed Feb 1, 2025
1 parent 279bd8c commit 9282d3a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 29 deletions.
42 changes: 22 additions & 20 deletions R/helper_plotModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -200,16 +200,17 @@ firstOrderMeasurementEdges <- function(
#'
#'
#'@usage secondOrderMeasurementEdges(
#' weights_first,
#' loadings_first,
#' construct,
#' weights_first,
#' loadings_first,
#' weight_p_first,
#' loading_p_first,
#' weights_second,
#' weight_p_second,
#' plot_signif,
#' constructTypes,
#' only_second_stage = FALSE
#' )
#' loading_p_first,
#' weights_second,
#' weight_p_second,
#' plot_signif,
#' constructTypes,
#' only_second_stage = FALSE
#' )
#'
#'
#' @inheritParams csem_arguments
Expand All @@ -218,17 +219,18 @@ firstOrderMeasurementEdges <- function(
#'
#' @keywords internal
#'
secondOrderMeasurementEdges <- function(construct,
weights_first,
loadings_first,
weight_p_first,
loading_p_first,
weights_second,
weight_p_second,
plot_signif,
constructTypes,
only_second_stage = FALSE
){
secondOrderMeasurementEdges <- function(
construct,
weights_first,
loadings_first,
weight_p_first,
loading_p_first,
weights_second,
weight_p_second,
plot_signif,
constructTypes,
only_second_stage = FALSE
){

code <- paste0("subgraph cluster_", gsub("[^A-Za-z0-9]", "_", construct),
" {\nlabel=\"\";\nstyle=invis;\n")
Expand Down
19 changes: 10 additions & 9 deletions man/secondOrderMeasurementEdges.Rd

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

0 comments on commit 9282d3a

Please sign in to comment.