Spaces:
Sleeping
Sleeping
improve title
Browse files
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,
|
| 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
|