Description Usage Format Examples
An xts object with 2139 rows and 56 columns. Data have been aggregated from daily to weekly time intervals.
1 |
56 columns appear in the dataset:
names of PET stations used
names of rainfall stations used
lagged flow data
the response variable: the sum of observed flows across Tamiami Trail
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.