por: Data: rainfall, PET, stage, and flow data for the 41-year...

Description Usage Format Examples

Description

An xts object with 2139 rows and 56 columns. Data have been aggregated from daily to weekly time intervals.

Usage

1

Format

56 columns appear in the dataset:

columns 1:17

names of PET stations used

columns 18:50

names of rainfall stations used

columns 51:55

lagged flow data

sumFlow

the response variable: the sum of observed flows across Tamiami Trail

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
names(por)

## Not run: 
### code used to generate object:
rainDat  <- paste0(here(), "/inst/extdata/data_Daily_Rain.txt")
PETDat   <- paste0(here(), "/inst/extdata/data_daily_PET.txt")
stageDat <- paste0(here(), "/inst/extdata/data_ALT_output_stage.txt")
flowDat  <- paste0(here(), "/inst/extdata/data_ALTO_output_Flows.txt")
por <- mergeData(rainfall = rainDat, PET = PETDat, stage = stageDat, flow = flowDat)

## End(Not run)

troyhill/TTFF documentation built on Aug. 9, 2021, 6:35 p.m.