plot_bar: Plot Bar

Description Usage Arguments Details Examples

View source: R/plot_bar.R

Description

Plot a distribution for all categorical variables.

Usage

1
plot_bar(df, n = 50, ...)

Arguments

df

A data frame.

n

Threshold for max number of plots. Defaults to 50.

...

Optional arguments passed to geom_bar().

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.