Custom ggplot2 theme function
     
    
    Usage
    theme_hmsid(
  base_size,
  text_size,
  subtitle_size,
  subtitle_margin,
  plot_title_size,
  plot_title_margin,
  ...
)
 
     
    
    Arguments
- base_size
 
base font size
 
- text_size
 
plot text size
 
- subtitle_size, subtitle_margin
 
plot subtitle size and margin
 
- plot_title_size, plot_title_margin
 
plot title size and margin
 
- ...
 
Other arguments passed to theme_hmsid
 
 
    
    Value
    A customized theme for a ggplot object.