| NEWS | R Documentation |
News for Package 'hydropeak'
Changes in hydropeak version 0.1.3
Changed
any(is.na())toanyNA().Added several additional metrics which are needed to calculate water level fluctuations:
-
maxfr(): maximal value of the event. -
minfr(): minimal value of the event. -
qfrom(): value at the start of the event. -
qto(): value at the end of the event. -
qmid(): mean value of the event. -
durmid(): number of events untilQ_mid()is reached. -
mefr1(): MEFR of the first event half. -
mefr2(): MEFR of the second event half.
-
Ensure format "%Y-%m-%d %H:%M" for Time when writing to CSV files in function get_events_file().
Changes in hydropeak version 0.1.2
Use class 'POSIXct' instead of 'POSIXlt' for time in the 'flow' object.
Missing time steps are now correctly identified using minutes as unit for 'steplength'.
Changes in hydropeak version 0.1.1
Rename fr() as ratio() in functions and documentation.
Remove function names from Description field in DESCRIPTION.
Add reference to 'hydroroute' to DESCRIPTION.
Depends now on R (>= 4.1.0).
Set RoxygenNote to latest 'roxygen2' version.
First version released on CRAN: 0.1.0