R/tilt.R

Defines functions tilt

Documented in tilt

tilt <- function(){
  ggplot2::theme(axis.text.x = ggplot2::element_text(colour = "black", angle=45, vjust=1, hjust=1))
}

Try the PCBS package in your browser

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

PCBS documentation built on May 29, 2024, 9:48 a.m.