flush_axis: A shorcut for making axis text flush with axis

Description Usage Format See Also Examples

Description

A shorcut for making axis text flush with axis

Usage

1

Format

An object of class numeric of length 4.

See Also

Other Making charts: theme_mt()

Examples

1
2
3
4
library(ggplot2)
ggplot(mpg) +
  geom_bar(aes(y = class)) +
  scale_x_continuous(expand = flush_axis)

netique/mtaux documentation built on Nov. 22, 2020, 11:20 a.m.