Skip to content

Commit

Permalink
update class
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Aug 3, 2024
1 parent 79c1d45 commit 3ce461e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ S3method(data_plot,performance_pp_check)
S3method(data_plot,point_estimate)
S3method(data_plot,rope)
S3method(data_plot,see_compare_parameters)
S3method(plot,check_dag)
S3method(plot,datawizard_table)
S3method(plot,datawizard_tables)
S3method(plot,see_bayesfactor_models)
S3method(plot,see_bayesfactor_parameters)
S3method(plot,see_bayesfactor_savagedickey)
S3method(plot,see_binned_residuals)
S3method(plot,see_check_collinearity)
S3method(plot,see_check_dag)
S3method(plot,see_check_distribution)
S3method(plot,see_check_distribution_numeric)
S3method(plot,see_check_heteroscedasticity)
Expand Down
2 changes: 1 addition & 1 deletion R/plot.check_dag.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' dag
#' plot(dag)
#' @export
plot.check_dag <- function(x, size_point = 15, colors = NULL, which = "all", ...) {
plot.see_check_dag <- function(x, size_point = 15, colors = NULL, which = "all", ...) {
.data <- NULL
insight::check_if_installed(c("ggdag", "ggplot2"))
which <- match.arg(which, choices = c("all", "current", "required"))
Expand Down
6 changes: 3 additions & 3 deletions man/plot.check_dag.Rd → 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 3ce461e

Please sign in to comment.