gg_hist: Plot simple histogram

Description Usage Arguments Value

View source: R/plots.R

Description

Plot simple histogram

Usage

1
gg_hist(df, x, bin = 0.2)

Arguments

df

Data frame - data to be plotted

x

Character - Which column use for x axis (quoted variable), should correspond to a numeric column

bin

Numeric - Size of the bins (default = 0.2)

Value

a ggplot object


vaulot/dvutils documentation built on Nov. 20, 2021, 11:01 a.m.