drop_axis: Custom ggplot2 theme for personal use by Connor Rothschild

Description Usage Arguments Examples

View source: R/drop_axis.R

Description

Drops tick axes and axes labels

Usage

1
drop_axis(axis = "both")

Arguments

axis

Axis to drop "x", "y", "both", or "neither". The function will keep whatever is not included in "drop."

Examples

1
plot + drop_axis(axis = "both")

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