Skip to contents

Creates hydrograph and hydrology stats figures for a given station.

Usage

fpr_create_hydrograph(
  station = NULL,
  pane_hydat = TRUE,
  single_hydat = TRUE,
  start_year = NULL,
  end_year = NULL
)

Arguments

station

String (quoted) number of station

pane_hydat

Boolean TRUE if you want a pane layout of all hydrographs

single_hydat

Boolean TRUE if you want a single hydrograph with mean flows

start_year

Specific start year, if not specified, will use the first year of the data

end_year

Specific end year, if not specified, will use the first year of the data

fig/hydrology_stats_

hydrology stats figure saved to the fig folder

fig/hydrograph_

hydrograph figure saved to the fig folder

Examples

if (FALSE) fpr_create_hydrograph('08EE004', pane_hydat = FALSE)