Skip to contents

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

Usage

getDaily(x, ...)

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

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

Arguments

x

EGRET object or named list

...

additional parameters

Value

Daily dataframe

Examples

eList <- Choptank_eList
Daily <- getDaily(eList)