getSurfaces: Get surfaces matrix from EGRET object

View source: R/egret_objects.R

getSurfacesR Documentation

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

## Default S3 method:
getSurfaces(x, ...)

Arguments

x

EGRET object or named list

...

additional parameters

Value

Sample dataframe

See Also

readNWISDaily, readNWISSample

Examples

eList <- Choptank_eList
surfaces <- getSurfaces(eList)

EGRET documentation built on April 18, 2023, 5:09 p.m.