plot_dist: Kernel density plot

Description Usage Arguments Value References Examples

View source: R/microplots.R

Description

Visualization of the kernel density estimation. A density plot is returned for each numeric column in the provided dataframe.

Usage

1
plot_dist(df, numcols = colnames(df))

Arguments

df

Any non-empty dataframe.

numcols

Names of the columns to be used. By default, will use all numeric columns.

Value

Will print one density plot for the columns in df, or those selected through the parameter numcols.

References

https://www.edx.org/course/principles-of-machine-learning-r-edition

Examples

1

julianbarg/DataAnalysisTools documentation built on April 9, 2020, 11:43 a.m.