GetAM {UKFE} | R Documentation |
Extracts the annual maximum peak flow sample and associated dates for the site of interest.
GetAM(ref)
ref |
the site reference of interest (numeric) |
A data.frame with columns; Date, Flow, and id
Anthony Hammond
#Get an AMAX sample and display it in the console
GetAM(203018)
#Save an AMAX sample as an object
AM.203018 <- GetAM(203018)