Description Usage Format See Also Examples
A shorcut for making axis text flush with axis
1 |
An object of class numeric
of length 4.
Other Making charts:
theme_mt()
1 2 3 4 | 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.