Learn R Programming

EGRET (version 2.3.0)

dataOverview: 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

mergeReport

Examples

Run this code
eList <- Choptank_eList
exDaily <- getDaily(eList)
exSample <- getSample(eList)
dataOverview(Daily = exDaily, Sample = exSample)

Run the code above in your browser using DataLab