theme_pres: ggplot2 theme for outdoor presentation

View source: R/hello.R

theme_presR Documentation

ggplot2 theme for outdoor presentation

Description

This theme is designed to increase font size to ensure readability on outdoor used devices

Usage

theme_pres()

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

agricolaeplotr documentation built on July 26, 2023, 5:47 p.m.