R/increasefont.R

Defines functions increasefont

Documented in increasefont

increasefont <- function(Size = 18){
  theme(text=element_text(size=Size))
}

Try the ProbBayes package in your browser

Any scripts or data that you put into this service are public.

ProbBayes documentation built on March 13, 2020, 1:31 a.m.