plot_efdc_ts: Generate calibration plots for EFDC exported data.

View source: R/plot_efdc_ts.R

plot_efdc_tsR Documentation

Generate calibration plots for EFDC exported data.

Description

Generate calibration plots for EFDC exported data.

Usage

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

Arguments

fname

Character. The name of the .dat file exported by EFDC.

ts_num

Numeric. The number of the time series to plot.

draw

Logical. If TRUE, draw the figure.

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.


hxfan1227/efdcr documentation built on July 21, 2023, 9:50 p.m.