R/ggcl.R

Defines functions ggcl

Documented in ggcl

# Center Labels in ggplot2
# load my basic toolset
#
#' ggcl() add to ggplot call to center labels
#' @keywords default library
#' @export
#' @examples
#' ggcl()


ggcl<-function(){
  ggplot2::theme(plot.title=element_text(hjust=0.5),plot.subtitle=element_text(hjust=0.5))
}
Vancamjr/jvctools documentation built on Oct. 15, 2020, 5:16 p.m.