Generate calibration plots for EFDC exported data.
plot_efdc_ts( fname, ts_num, draw = T, n_col = 1, obs_col = "red", mod_col = "black", obs_shape = 1, mod_size = 0.8, y_lab = NULL, x_lim = NULL, y_lim = NULL, id_level, id_label, date_interval = "1 day", begin_date, ... )
fname | Character. The name of the |
---|---|
ts_num | Numeric. The number of the time series to plot. |
draw | Logical. If |
n_col | Numeric. The number of the facet column. |
obs_col | Character. The colour of the observed data. |
mod_col | Character. The colour of the modeled data. |
obs_shape | Numeric. Shape of the observed data. |
mod_size | Numeric. (Line) Size of the modeled data. |
y_lab | Character. Label of the Y axis. |
x_lim | Date. Limits for x axis. |
y_lim | Numeric. Limits for y axis. |
id_level | Character. The levels of IDs. |
id_label | Character. The labels of IDs |
date_interval | Increment of the date sequence. |
begin_date | The begin date |
... | Not used. |