GetAM: Get an annual maximum sample from the National River Flow...

View source: R/All.R

GetAMR Documentation

Get an annual maximum sample from the National River Flow Archive sites suitable for pooling

Description

Extracts the annual maximum peak flow sample and associated dates for the site of interest.

Usage

GetAM(ref)

Arguments

ref

the site reference of interest (numeric)

Value

A data.frame with columns; Date, Flow, and id

Author(s)

Anthony Hammond

Examples

#Get an AMAX sample and display it in the console
GetAM(203018)
#Save an AMAX sample as an object
AM.203018 <- GetAM(203018)

UKFE documentation built on Nov. 6, 2023, 1:07 a.m.

Related to GetAM in UKFE...