View source: R/e_plot_mnv_norm_qqplot.R
e_plot_mnv_norm_qqplot | R Documentation |
Graphical Assessment (QQ-plot) for assessing Multivariate Normality
e_plot_mnv_norm_qqplot(x, name = "")
x |
data.frame or matrix of numeric columns |
name |
label for title |
invisible(NULL)
dat_mtcars_e |>
dplyr::filter(cyl == "four") |>
dplyr::select(mpg, hp, wt) |>
e_plot_mnv_norm_qqplot(name = "cyl = 4")
dat_mtcars_e |>
dplyr::filter(cyl == "six") |>
dplyr::select(mpg, hp, wt) |>
e_plot_mnv_norm_qqplot(name = "cyl = 6")
dat_mtcars_e |>
dplyr::filter(cyl == "eight") |>
dplyr::select(mpg, hp, wt) |>
e_plot_mnv_norm_qqplot(name = "cyl = 8")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.