inst/shiny-squid/source/utilities/plot_design.R

ggplotCustomTheme <- function() {

  (ggplot2::theme_bw() +
   ggplot2::theme(legend.position = "none",
                  plot.title      = ggplot2::element_text(hjust = 0.5))) 
  
}

defaultPlot <- function(){print(NULL)}

Try the squid package in your browser

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

squid documentation built on Jan. 22, 2022, 1:06 a.m.