Skip to content

Commit 49062bc

Browse files
committed
RD
1 parent 8e3a0f2 commit 49062bc

10 files changed

+16
-2
lines changed

R/plot.check_collinearity.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#'
55
#' @inheritParams data_plot
66
#' @inheritParams plot.see_check_normality
7+
#' @inheritParams print.see_performance_pp_check
78
#'
89
#' @return A ggplot2-object.
910
#'

R/plot.check_heteroscedasticity.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#'
66
#' @inheritParams data_plot
77
#' @inheritParams plot.see_check_normality
8+
#' @inheritParams print.see_performance_pp_check
89
#'
910
#' @return A ggplot2-object.
1011
#'

R/plot.check_normality.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#' axis and plot titles.
2424
#' @inheritParams data_plot
2525
#' @inheritParams plot.see_bayesfactor_parameters
26+
#' @inheritParams print.see_performance_pp_check
2627
#'
2728
#' @return A ggplot2-object.
2829
#'

R/plot.check_outliers.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#' @param verbose Logical. If `TRUE` (default), prints a summary list of outliers.
3030
#' @inheritParams data_plot
3131
#' @inheritParams plot.see_check_normality
32+
#' @inheritParams print.see_performance_pp_check
3233
#'
3334
#' @details When using `type = "scree"`, the function will provide a
3435
#' scree-style distance plot that highlights two types of outliers.

R/plot.performance_simres.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ plot.see_performance_simres <- function(
4343
colors = c("#3aaf85", "#1b6ca8"),
4444
detrend = FALSE,
4545
transform = NULL,
46-
style = theme_lucid,
4746
...
4847
) {
4948
# need DHARMa to be installed

man/plot.see_check_collinearity.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/plot.see_check_heteroscedasticity.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/plot.see_check_normality.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/plot.see_check_outliers.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/plot.see_performance_simres.Rd

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)