Creates hydrograph and hydrology stats figures for a given station.
Source:R/fpr_create_hydrograph.R
fpr_create_hydrograph.Rd
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