Learn R Programming

EGRET (version 3.0.2)

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, ...)

Arguments

x

EGRET object or named list

additional parameters

Value

Sample dataframe

See Also

readNWISDaily, readNWISSample

Examples

Run this code
# NOT RUN {
eList <- Choptank_eList
surfaces <- getSurfaces(eList)
# }

Run the code above in your browser using DataLab