flush_axis | R Documentation |
A shorcut for making axis text flush with axis
flush_axis
An object of class numeric
of length 4.
Other Making charts:
theme_ptrr()
library(ggplot2)
ggplot(mpg) +
geom_bar(aes(y = class)) +
scale_x_continuous(expand = flush_axis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.