Description Usage Arguments Details Value Author(s) References See Also Examples
Plots the hydrograph for a given period.
1 | hydrograph(lfobj, startdate = NULL, enddate = NULL, amin = FALSE,...)
|
lfobj |
An object of class "lfobj" |
startdate |
Begin of hydrograph, date or hydrological year |
enddate |
End of hydrograph, date or hydrological year |
amin |
logical, mark annual minima? |
... |
Additional arguments handed to "plot" - please note that some changes e.g. tickmarks on x-axis are not possible |
Startdate and enddate can be NULL (first/last date in lfobj), a date in format "dd/mm/yyyy" (e.g. "01/10/1971") or a year yyyy (e.g 1961).
Plot of hydrograph
Daniel Koffler and Gregor Laaha
Gustard, A. & Demuth, S. (2009) (Eds) Manual on Low-flow Estimation and Prediction. Operational Hydrology Report No. 50, WMO-No. 1029, 136p.
1 2 3 4 5 6 7 8 9 10 | data(ngaruroro)
#Full period
hydrograph(ngaruroro)
#Hydrological year 1981 and 1982 with annual minima
hydrograph(ngaruroro, startdate = 1981, enddate = 1982, amin = TRUE)
#From 01/01/1981 to 31/03/1981
hydrograph(ngaruroro, startdate = "01/01/1981", enddate = "31/03/1981")
#Log - yaxis
hydrograph(ngaruroro, startdate = "01/01/1981", enddate =
"31/03/1981",log = "y")
|
Loading required package: xts
Loading required package: zoo
Attaching package: 'zoo'
The following objects are masked from 'package:base':
as.Date, as.Date.numeric
Loading required package: lmom
Loading required package: lattice
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.