plot_hist: Plot histogram

Description Usage Arguments Value References Examples

View source: R/microplots.R

Description

Returns a histogram for every numeric variable in the provided dataframe.

Usage

1
plot_hist(df, numcols = colnames(df), bins = 10)

Arguments

df

Any non-empty dataframe.

numcols

The names of the columns to be visualized. By default will use all numeric columns.

bins

Number of bins. By default will use 10 bins.

Value

Prints on histogramfor each numeric column in the provided dataframe.

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.