print.egret {EGRET} | R 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
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)
[Package EGRET version 3.0.9 Index]