Description Usage Arguments Examples
View source: R/plot_exploration.R
This is a simple function that produced plots that may help you to understand the shape of your dataset. Today, 3 plots are implemented;(1) a small histogram for each features, (2) a correlation matrix and (3) a 2-Dimension Hexbin Frequency.
1 |
data |
is the data frame containing the observations. Each row represents an observation and each variable is stored in one column. |
type |
one of "histogram", "correlation" |
keep |
character vector: names of columns to keep (filter) |
drop |
character vector: names of columns to drop (filter) |
... |
is additional arguments to be passed to internal functions. Currently only col.fill and bins for histograms. |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.