theme_bigstatsr | R Documentation |
Theme ggplot2 used by this package.
theme_bigstatsr(size.rel = 1)
size.rel |
Relative size. Default is |
library(ggplot2)
(p <- ggplot(mapping = aes(x = 1:10, y = 1:10)) + geom_point())
p + theme_bw()
p + theme_bigstatsr()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.