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 b735100 commit 4c5ef39
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions R/plot.check_dag.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
#' adjusted = "c"
#' )
#' plot(dag)
#'
#' # longer labels, automatic detection of outcome and exposure
#' dag <- check_dag(
#' QoL ~ age + education + gender,
#' age ~ education
#' )
#' plot(dag)
#' @export
plot.see_check_dag <- function(x,
size_point = 20,
Expand Down
7 changes: 7 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 4c5ef39

Please sign in to comment.