Learn R Programming

EGRET (version 3.0.9)

print.egret: EGRET helper functions

Description

A small collection of helper functions

Usage

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

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

nDischarge(x)

nObservations(x)

nCensoredVals(x)

Arguments

x

EGRET object

...

additional parameters

See Also

multiPlotDataOverview

Examples

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

Run the code above in your browser using DataLab