brf_plot_num_hist: Make a histogram of a numerical column in a data frame

View source: R/plots.R

brf_plot_num_histR Documentation

Make a histogram of a numerical column in a data frame

Description

Make a histogram of a numerical column in a data frame

Usage

brf_plot_num_hist(df, num_col, grouping_col = NULL, na.rm = FALSE)

Arguments

df

a data frame

grouping_col

the unquoted name of the column to use for groupings

na.rm

should 'NA's be removed (default: FALSE)

Value

a ggplot object


AdrienLeGuillou/briefr documentation built on July 25, 2022, 5:31 a.m.