Learn R Programming

EGRET (version 3.0.9)

getSurfaces: Get surfaces matrix from EGRET object

Description

From a named list or EGRET object, extract the surfaces matrix

Usage

getSurfaces(x, ...)

# S3 method for egret getSurfaces(x, ...)

# S3 method for default getSurfaces(x, ...)

Value

Sample dataframe

Arguments

x

EGRET object or named list

...

additional parameters

See Also

readNWISDaily, readNWISSample

Examples

Run this code
eList <- Choptank_eList
surfaces <- getSurfaces(eList)

Run the code above in your browser using DataLab