getMinAnnValue: Find the minimum annual value for all years and traces.

Description Usage Arguments Value See Also Examples

View source: R/aggregations.R

Description

Find the minimum annual value for all years and traces.

Usage

1

Arguments

xx

A matrix (months by traces) such as that returned by rdfSlotToMatrix. Will error if the number of rows in xx is not divisible by 12, i.e., the data must be monthly for a full consecutive year.

Value

A matrix (years by traces) with the maximum annual value for each year and trace.

See Also

getMaxAnnValue rdfSlotToMatrix

Examples

1
2
pe <- rdfSlotToMatrix(keyRdf,'Powell.Pool Elevation')
peMax <- getMinAnnValue(pe)

rabutler/RWDataPlot documentation built on May 26, 2019, 8:51 p.m.