monthly.cv | R Documentation |
This function takes a daily time series and returns the coefficient of variation of mean monthly flow expressed as a percentage.
monthly.cv(flow.ts)
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. |
a dataframe with 1 column (monthly.cv)
Nick Bond <n.bond@latrobe.edu.au>
data(Cooper) Cooper<-ts.format(Cooper) ann.cv(Cooper)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.