fix_bars: Custom ggplot2 theme for personal use by Connor Rothschild

Description Usage Arguments Examples

View source: R/fix_bars.R

Description

Drops tick axes and axes labels

Usage

1
fix_bars(type = "continuous", axis = "y", ...)

Arguments

type

Data type. Options include "continuous" or "discrete"

axis

Axis the data belong to. Options include "x" or "y"

...

Remaining arguments

Examples

1
plot + fix_bars(type = "continuous", axis = "y")

connorrothschild/cr documentation built on Oct. 12, 2020, 11:22 p.m.