Learn R Programming

EGRET (version 3.0.2)

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
# NOT RUN {
eList <- Choptank_eList
exDaily <- getDaily(eList)
exSample <- getSample(eList)
dataOverview(Daily = exDaily, Sample = exSample)
# }

Run the code above in your browser using DataLab