theme_poster {agricolaeplotr}R Documentation

ggplot2 theme for poster presentation

Description

This theme is designed to increase font size to ensure readability on poster presentations

Usage

theme_poster()

Value

ggplot2 theme

Examples

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()

[Package agricolaeplotr version 0.5.0 Index]