Description Usage Arguments Value References Examples
A combination of plot_hist and plot_dist.
1 | plot_hist_dens(df, numcols = colnames(df), bins = 10)
|
df |
Any non-empty dataframe. |
numcols |
Names of columns to be used. By default uses all columns. |
bins |
How many bins to be used for the histogram. By default, uses 10 bins. |
Will returned an overlayed combination of density plot and histogram for the columns in df
, or those selected through the parameter numcols
.
https://www.edx.org/course/principles-of-machine-learning-r-edition
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.