getSurfaces {EGRET} | R 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
Examples
eList <- Choptank_eList
surfaces <- getSurfaces(eList)
[Package EGRET version 3.0.9 Index]