plot_histogram: Plot Histogram

Description Usage Arguments Details Examples

View source: R/plot_histogram.R

Description

Plot a histogram distribution for all numeric variables.

Usage

1
plot_histogram(df, n_bins = 30, n = 50, ...)

Arguments

df

A data frame.

n_bins

Number of bins to pass to geom_histogram(). Defaults to 30.

n

Threshold for max number of plots. Defaults to 50.

...

Optional arguments passed to geom_histogram().

Details

The argument n sets the max number of plots allowed by the plotting function. This is done to prevent producing a large number of plots by accident. Change this value to override the default of 50.

Examples

1

justinmarschall/vasco documentation built on May 9, 2020, 11:52 a.m.