AMImport: Import an annual maximum (AMAX) sample from NRFA peak flow...

View source: R/All.R

AMImportR Documentation

Import an annual maximum (AMAX) sample from NRFA peak flow .am files

Description

Imports the peak flows and dates from from NRFA peak flow .am files, excluding the rejected years

Usage

AMImport(x)

Arguments

x

the file path for the .AM file

Value

A data.frame with columns; Date and Flow

Author(s)

Anthony Hammond

Examples

# Import an AMAX sample and display the first six rows in the console
## Not run: 
am_4003 <- AMImport(r"{C:\Data\NRFAPeakFlow_v11\Suitable for QMED\4003.AM}")

## End(Not run)
## Not run: 
head(am_4003)

## End(Not run)


UKFE documentation built on Nov. 5, 2025, 6:25 p.m.

Related to AMImport in UKFE...