examplecdatsub {seawaveQ} | R Documentation |
Example water-quality data.
Description
This is an example of the water-quality data that is passed
internally to subfunctions of fitswavecav
. It is provided
here for use with examples of internal functions.
Usage
examplecdatsub
Format
A data frame containing 115 observations of 10 variables. The date variables
were internally calculated. The columns R04041 and P04041 are a subset of
qwMoRivOmaha
and the 30-day and 1-day streamflow and sediment anomalies
are a subset of cqwMoRivOmaha
.
yrc | numeric | Year |
moc | numeric | Month |
dac | numeric | Day |
jdayc | numeric | Julian day from first day of start year in fitswavecav |
flowa30 | numeric | 30-day streamflow anomaly |
flowa1 | numeric | 1-day streamflow anomaly |
seda30 | numeric | 30-day sediment anomaly |
seda1 | numeric | 1-day sediment 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"))
See Also
Examples
data(swData)
head(examplecdatsub)
[Package seawaveQ version 2.0.2 Index]