Description Usage Arguments Value
This function allows you to plot one time-series per DWD station for an input DWD data set. Specific stations can be filtered beforehand. Furthermore, LOESS smoothening (local polynomial regression fitting) is applied.
| 1 | dwd_plot_ts(dwd_data, stat_ids, title)
 | 
| dwd_data | a tibble containing DWD observation data (pre-processed, with station + phase information) which shall be plotted. | 
| stat_ids | station ID(s) of station(s) which shall be plotted (optional). If empty, all stations are plotted. | 
| title | plot title (optional). | 
The resulting time-series ggplot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.