flush_axis: A shorcut for making axis text flush with axis

flush_axisR Documentation

A shorcut for making axis text flush with axis

Description

A shorcut for making axis text flush with axis

Usage

flush_axis

Format

An object of class numeric of length 4.

See Also

Other Making charts: plot_lollipop(), prepare_lollipop_data(), schola_barplot(), theme_schola()

Examples

library(ggplot2)
ggplot(mpg) +
  geom_bar(aes(y = class)) +
  scale_x_continuous(expand = flush_axis)

scholaempirica/reschola documentation built on Feb. 1, 2024, 12:26 a.m.