getInfo {EGRET} | R Documentation |
Get INFO dataframe from EGRET object
Description
From a named list or EGRET object, extract the INFO dataframe
Usage
getInfo(x, ...)
## S3 method for class 'egret'
getInfo(x, ...)
## Default S3 method:
getInfo(x, ...)
Arguments
x |
EGRET object or named list |
... |
additional parameters |
Value
INFO dataframe
See Also
Examples
eList <- Choptank_eList
INFO <- getInfo(eList)
[Package EGRET version 3.0.9 Index]