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 Dec. 30, 2024, 8:50 a.m.