plot_hist: Historgram of a numerical column in a dataframe

Description Usage Arguments Value Examples

View source: R/plot_hist.R

Description

Historgram of a numerical column in a dataframe

Usage

1
plot_hist(.data, .num, .bins = ".get_bins")

Arguments

.data

a dataframe

.num

a numeric vector

.bins

bins argument for geom_histogram

Value

a ggplot object

Examples

1
plot_hist(iris, Sepal.Length)

BenjaminLouis/datascan documentation built on May 26, 2019, 1:35 p.m.