Plot ggplot time series
plot_time_series_static( data, date_start = NULL, date_end = NULL, transformations = c("mean", "median", "smooth"), include_recessions = TRUE, x_breaks = 12, plot_labels = TRUE, use_hrbr_theme = TRUE )
| data | a data frame  | 
    
|---|---|
| date_start | if not NULL date starting  | 
    
| date_end | if not NULL date ending  | 
    
| transformations | 
  | 
    
| include_recessions | if   | 
    
| x_breaks | number of x breks  | 
    
| plot_labels | if   | 
    
| use_hrbr_theme | if   | 
    
a ggplot2 object