theme_poster | R Documentation |
This theme is designed to increase font size to ensure readability on poster presentations
theme_poster()
ggplot2 theme
library(agricolaeplotr)
library(agricolae)
T1<-c('a','b','c','d','e','f','g')
T2<-c('v','w','x','y','z')
r <- 4
outdesign2 <- design.split(trt1=T1, trt2=T2, r=r,
serie = 2, seed = 0, kinds = 'Super-Duper',
randomization=FALSE,first=TRUE,design = 'crd')
plot_split_crd(outdesign2,ncols = 6,nrows=5)+
theme_poster()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.