Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Aug 3, 2024
1 parent 58a09bf commit 2ad1d61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/plot.check_dag.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
#' )
#' dag
#' plot(dag)
#'
#' # plot only model with required adjustments
#' plot(dag, which = "required")
#' @export
plot.see_check_dag <- function(x, size_point = 15, colors = NULL, which = "all", ...) {
.data <- NULL
Expand Down
3 changes: 3 additions & 0 deletions man/plot.see_check_dag.Rd

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

0 comments on commit 2ad1d61

Please sign in to comment.