Description Usage Arguments Value Author(s) Examples
View source: R/plot_numerical_vars.R
Graphical summaries of numerical variables using functions from
ggplot2
and GGally
.
1 | plot_numerical_vars(x, plot_type)
|
x |
Data frame which may include continuous and discrete variables. Non-continuous variables are ignored. |
plot_type |
Plot type. Current options:
|
A ggplot object.
Guillermo Basulto-Elias
1 2 3 4 5 6 7 8 | library(glancedata)
plot_numerical_vars(iris, "pairwise")
plot_numerical_vars(iris, "density")
plot_numerical_vars(iris, "boxplot")
plot_numerical_vars(iris, "violin")
plot_numerical_vars(iris, "histogram")
plot_numerical_vars(iris, "qqplot")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.