dataOverview {EGRET} | R Documentation |
Data Overview for WRTDS
Description
Gives a summary of data to be used for WRTDS analysis
Usage
dataOverview(Daily, Sample)
Arguments
Daily |
dataframe |
Sample |
dataframe |
See Also
Examples
eList <- Choptank_eList
exDaily <- getDaily(eList)
exSample <- getSample(eList)
dataOverview(Daily = exDaily, Sample = exSample)
[Package EGRET version 3.0.9 Index]