Last data update: 2014.03.03

R: Example continuous ancillary variable matrix.
examplecavmatR Documentation

Example continuous ancillary variable matrix.

Description

This is an example of the continuous ancillary matrix that is passed internally to subfunctions of fitswavecav. It is provided here for use with examples of internal functions.

Usage

examplecavmat

Format

A matrix containing 115 30-day and 1-day streamflow anomalies (Ryberg and Vecchia, 2012).

flowa30 numeric 30-day streamflow anomaly
flowa1 numeric 1-day streamflow anomaly

Source

Internal data captured from the following function call:

fitswavecav(cdat=modMoRivOmaha, cavdat=cqwMoRivOmaha, 
                       tanm="myexample", pnames=c("04041"), yrstart=1995, 
                       yrend=2003, tndbeg=1995, tndend=2003, 
                       iwcav=c("flowa30","flowa1"), dcol="dates", 
                       qwcols=c("R","P"))

Examples

data(swData)
head(examplecavmat)

Results