mergeData: Merge COP data

Description Usage Arguments Value

View source: R/mergeData.R

Description

Merges and processes daily rainfall, PET, stage, and flow data into a single dataset aggregated to weekly time steps

Usage

1
mergeData(rainfall, PET, stage, flow, firstDayOfWeek = "Friday")

Arguments

rainfall

file address of a tab-delimited .txt file containing daily rainfall data

PET

file address of a tab-delimited .txt file containing daily PET data

stage

file address of a tab-delimited .txt file containing daily stage data

flow

file address of a tab-delimited .txt file containing daily flow data

firstDayOfWeek

character element specifying the first day of each week (default = "Friday", purely to match SFWMD's arbitrary choice)

Value

a dataframe with all input variables


troyhill/COPmod documentation built on Aug. 10, 2021, 12:05 p.m.