lowFlowEval: Compare number of low flow events between NWM and USGS...

Description Usage Arguments Value

View source: R/lowFlowEval.R

Description

Compare number of low flow events between NWM and USGS records

Usage

1
lowFlowEval(gageID, comID, flowfile, threshold, startDate, endDate)

Arguments

gageID

USGS gage ID, string

comID

a reach ID (corresponds to the feature IDs in the NHD Plus dataset), string

flowfile

.csv file of time series data, with columns of Date and comIDs

threshold

a measure of low flow ("Perc5", "Perc25", "x7Q2", or "x7Q10"), string

startDate

beginning date for data retrieval, "yyyy-mm-dd"

endDate

end date for data retrieval, "yyyy-mm-dd"

Value

A time series of daily streamflow for each of the user-specified reaches.


cahhansen/NWMLowFlows documentation built on May 29, 2019, 2:07 p.m.