powered by
Calculates the double mass curve of two object of class 'lfobj'.
'lfobj'
dmcurve(x, y, year = "any", namex = substitute(x), namey = substitute(y), na.rm = TRUE)
No return value, called for side effects (plotting).
An object of class "lfobj"
"lfobj"
The year for which the double mass curve should be calculated
character - Label of the x-Axis in the double mass curve
character - Label of the y-Axis in the double mass curve
Remove NAs?
Daniel Koffler and Gregor Laaha
Gustard, A. & Demuth, S. (2009) (Eds) Manual on Low-flow Estimation and Prediction. Operational Hydrology Report No. 50, WNO-No. 1029, 136p.
data(ngaruroro) n1 <- subset(ngaruroro, year %in% 1985:1989) n2 <- subset(ngaruroro, year %in% 1990:1995) dmcurve(n1,n2, namex = "'Ngaruroro 1985 - 1989'", namey = "'Ngaruroro 1990 - 1995'")
Run the code above in your browser using DataLab