Learn R Programming

EGRET (version 2.3.0)

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 class 'egret':
getSurfaces(x, ...)

## S3 method for class 'default':
getSurfaces(x, ...)

Arguments

x
EGRET object or named list
...
additional parameters

Value

  • Sample dataframe

See Also

readNWISDaily, readNWISSample

Examples

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

Run the code above in your browser using DataLab