Description Usage Arguments Value See Also Examples
View source: R/egret_objects.R
From a named list or EGRET object, extract the surfaces matrix
1 2 3 4 5 6 7 | getSurfaces(x, ...)
## S3 method for class 'egret'
getSurfaces(x, ...)
## Default S3 method:
getSurfaces(x, ...)
|
x |
EGRET object or named list |
... |
additional parameters |
Sample dataframe
1 2 | eList <- Choptank_eList
surfaces <- getSurfaces(eList)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.