hydrostats-package: calculate hydrologic statistics

hydrostatsR Documentation

calculate hydrologic statistics

Description

Calculate a range of hydrologic statistics based on daily time series data and which are widely used in hydrology and ecological applications.

Details

Package: hydrostats
Type: Package
Version: 0.2.4
Date: 2015-10-16
License: GPL (>= 2)

Data must be provided as a dataframe in which the date is in POSIXct format. The function ts.format can be used to specify the Date and discharge columns (named Date and Q respectively) in a dataframe, and convert dates to POSIXct format. The date and discharge data must be in columns labelled "Date" and "Q" for the functions to work.

Includes several sample datasets.
data(Cooper) - Flow data for Coopers Creek, Australia. Gauge 003101@Currareva
data(Acheron) - Flow data for Acheron River, Australia, Gauge 405209@Taggerty

Author(s)

Nick Bond Maintainer: Nick Bond <n.bond@latrobe.edu.au>

Examples

data(Acheron)
Acheron<-ts.format(Acheron)
with(Acheron, plot(Q~Date))

high.spell.lengths(Acheron, threshold=50000)



hydrostats documentation built on June 1, 2022, 9:06 a.m.