Description Usage Arguments Value Examples
Theme 'scientific'
1 | theme_scientific(base_size = 12)
|
base_size |
base font size, given in pts. |
ggplot2 theme
1 2 3 4 5 6 7 8 | ## Not run:
library(ggplot2)
ggplot(data = mtcars, aes(x = cyl)) +
geom_bar(aes(y = ..count..,fill = as.character(cyl)))+
theme_scientific()+
scale_fill_mpi()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.