R/centertitle.R

Defines functions centertitle

Documented in centertitle

centertitle <- function(Color = "blue"){
  theme(plot.title = element_text(colour = Color, size = 18,
                    hjust = 0.5, vjust = 0.8, angle = 0))
}

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.