diff --git a/R/plot.check_heteroscedasticity.R b/R/plot.check_heteroscedasticity.R index 49bcd9d91..9d6642dcd 100644 --- a/R/plot.check_heteroscedasticity.R +++ b/R/plot.check_heteroscedasticity.R @@ -4,6 +4,7 @@ #' `performance::check_heteroscedasticity()` function. #' #' @inheritParams data_plot +#' @inheritParams plot.see_check_normality #' #' @return A ggplot2-object. #' diff --git a/man/plot.see_check_heteroscedasticity.Rd b/man/plot.see_check_heteroscedasticity.Rd index a16f87d9d..35575d286 100644 --- a/man/plot.see_check_heteroscedasticity.Rd +++ b/man/plot.see_check_heteroscedasticity.Rd @@ -12,6 +12,12 @@ \item{data}{The original data used to create this object. Can be a statistical model.} +\item{size_point}{Numeric specifying size of point-geoms.} + +\item{size_line}{Numeric value specifying size of line geoms.} + +\item{base_size}{Base font size for plots.} + \item{...}{Arguments passed to or from other methods.} } \value{