R/theme.R
flush_axis.Rd
A shorcut for making axis text flush with axis
flush_axis
An object of class numeric of length 4.
numeric
Other Making charts: theme_ptrr()
theme_ptrr()
library(ggplot2) ggplot(mpg) + geom_bar(aes(y = class)) + scale_x_continuous(expand = flush_axis)