quik_clean_axis: Clean the axis in a ggplot theme

Description Usage Arguments

View source: R/plot_themes.R

Description

Usually called by quik_theme automatically, this function is used to either update the font for the axis titles and text, or remove them. It can do this for both axes, or one at a time.

Usage

1
quik_clean_axis(gg,  axis.title, axis.text)

Arguments

gg

The ggplot to be themed

axis.title

Which axis title labels are needed: NULL, 'x', 'y', or c('x', 'y')

axis.text

Which axis text labels are needed: NULL, 'x', 'y', or c('x', 'y')


brascoball/ggquik documentation built on Feb. 14, 2021, 5:17 p.m.