View source: R/plot.check_distribution.R
plot.see_check_distribution | R Documentation |
The plot()
method for the performance::check_distribution()
function.
## S3 method for class 'see_check_distribution'
plot(x, size_point = 2, panel = TRUE, ...)
x |
An object. |
size_point |
Numeric specifying size of point-geoms. |
panel |
Logical, if |
... |
Arguments passed to or from other methods. |
A ggplot2-object.
library(performance)
m <<- lm(mpg ~ wt + cyl + gear + disp, data = mtcars)
result <- check_distribution(m)
result
plot(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.