View source: R/seasonalWave.wt.R
seasonalWave.wt | R Documentation |
This is a support function for seasonalWave model (Vecchia and others, 2008).
seasonalWave.wt(loading, second.peak)
loading |
the number of months of primary loading for the seasonal wave model. |
second.peak |
a list describing the loading characteristics of the
second peak. See Details. If |
If second.peak
is supplied, then it must be a list with these
components:
la, the lag (number of months) between the primary and second
peak;
lo, the loading duration (number of months) for the second peak
(must be less than la
;
w, the weigthing factor for the second peak
loading, relative to the primary peak. Must be greater than 0 and less than
or equal to 1.
The weighting vector for the seasaon wave model. A vector of length 12 that represents the relative loading to the system.
This function is support for the seasonalWave function and is not intended to be called by the user.
Vecchia, A.V., Martin, J.D., and Gilliom, R.J., 2008, Modeling variability and trends in pesticide concentrations in streams: Journal of the American Water Resources Association, v. 44, no. 5, p. 1308-1324.
seasonalWave
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.