powered by
Theme ggplot2 used by this package.
theme_bigstatsr(size.rel = 1)
Relative size. Default is 1.
1
# NOT RUN { library(ggplot2) qplot(y = 1:10) qplot(y = 1:10) + theme_bw() qplot(y = 1:10) + theme_bigstatsr() # }
Run the code above in your browser using DataLab