helperEGRET: EGRET helper functions

print.egretR Documentation

EGRET helper functions

Description

A small collection of helper functions

Usage

## S3 method for class 'egret'
print(x, ...)

## S3 method for class 'egret'
plot(x, ...)

nDischarge(x)

nObservations(x)

nCensoredVals(x)

Arguments

x

EGRET object

...

additional parameters

See Also

multiPlotDataOverview

Examples

Choptank_eList
print(Arkansas_eList)
plot(Choptank_eList)
plot(Choptank_eList, cex.main=0.7)
nDischarge(Arkansas_eList)
nObservations(Arkansas_eList)
nCensoredVals(Arkansas_eList)

USGS-R/EGRET documentation built on Feb. 9, 2024, 5:30 p.m.