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))
}
bayesball/TeachBayes documentation built on Jan. 5, 2020, 1:47 a.m.