R/theme_al.R

Defines functions theme_al

Documented in theme_al

#' A theme to add legend on both sides
#' @export
theme_al <- function(){

  l <- list(theme.S=theme(legend.position = "left"),
            theme.T=theme(legend.position = "right"))
  class(l)<-"ggvita"
  return(l)
}
helloicyvodka/ggvita documentation built on May 28, 2019, 2:54 p.m.