ann.cv: Calculate interannual coefficient of variation

View source: R/ann.cv.R

ann.cvR Documentation

Calculate interannual coefficient of variation

Description

This function takes a daily time series and returns the coefficient of variation of mean annual flow expressed as a percentage.

i.e. (sd/mean)*100

Missing values are ignored.

Usage

ann.cv(flow.ts)

Arguments

flow.ts

Dataframe with date and discharge data in columns named "Date" and "Q" respectively. Date must be in POSIX format (see ts.format). Missing values are ignored.

Value

A dataframe with one column (ann.cv).

Author(s)

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

Examples

data(Cooper)
cooper<-ts.format(Cooper)
ann.cv(Cooper)


nickbond/hydrostats documentation built on June 10, 2022, 6:14 a.m.