Description Usage Arguments Value
Merges and processes daily rainfall, PET, stage, and flow data into a single dataset aggregated to weekly time steps
1 | mergeData(rainfall, PET, stage, flow, firstDayOfWeek = "Friday")
|
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) |
a dataframe with all input variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.