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/ProbBayes documentation built on Nov. 30, 2020, 9:09 p.m.