expandFlowForEGRET: Convert a date and discharge data.frame into EGRET format

Description Usage Arguments

Description

Use EGRET functions to convert a data.frame of date and discharge columns into "the basic Daily data frame used in WRTDS", i.e., a 13-column data.frame with parsed datetimes, log(Q), and 7-day and 30-day smoothed Q, plus a column for dateTime. See populateDaily

Usage

1
expandFlowForEGRET(flowdat, flow.colname, date.colname, flow.units)

Arguments

flowdat

data frame with discharge values to convert

flow.colname

character string giving the column name that corresponds to flow

date.colname

character string giving the column name that corresponds to dates

flow.units

character string giving the current units of flow in flowdat


McDowellLab/loadflex documentation built on May 8, 2019, 9:48 a.m.