alexdum commited on
Commit
0fd0bb5
·
1 Parent(s): 44de968

improve title

Browse files
Files changed (1) hide show
  1. utils/render_time_series_plot.R +1 -1
utils/render_time_series_plot.R CHANGED
@@ -10,7 +10,7 @@ render_time_series_plot <- function(data, station_id, month) {
10
 
11
  # Create the title with slope
12
  title_text <- paste(
13
- month, station_id, tavg_meta$NAME[tavg_meta$ID == station_id]
14
  )
15
 
16
  # Main plot
 
10
 
11
  # Create the title with slope
12
  title_text <- paste(
13
+ month, min(data$YEAR), max(data$YEAR), "-", tavg_meta$NAME[tavg_meta$ID == station_id], station_id
14
  )
15
 
16
  # Main plot