Skip to contents

From a named list or EGRET object, extract the INFO dataframe

Usage

getInfo(x, ...)

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

# S3 method for default
getInfo(x, ...)

Arguments

x

EGRET object or named list

...

additional parameters

Value

INFO dataframe

Examples

eList <- Choptank_eList
INFO <- getInfo(eList)