dwd_plot_ts: Plot one time-series per DWD station

Description Usage Arguments Value

Description

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.

Usage

1
dwd_plot_ts(dwd_data, stat_ids, title)

Arguments

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).

Value

The resulting time-series ggplot.


malinfischer/phenoTS documentation built on May 14, 2019, 12:56 a.m.