Description Usage Arguments References See Also Examples
View source: R/gg-theme-test.R
[ggplot2] plot theme based on...
1 | theme_test(base_theme = ggplot::theme_minimal())
|
base_theme |
A base theme upon which additional theme-specific options are applied |
https://github.com/gadenbuie/ggpomological/blob/master/R/theme_pomological.R
[ggplot2::theme]
1 2 3 4 5 6 | ## Not run:
library(ggplot2)
data <- data.frame(x = 1:10, y = 1:10)
ggplot(data, aes(x, y)) + geom_point() + theme_test()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.