printGroups {EGRET} | R Documentation |
Print information about group analysis
Description
Prints the information from the runGroups
function.
This could be used to save the output to a text file.
Usage
printGroups(eList, groupResults)
Arguments
eList |
named list with at least the Daily, Sample, and INFO dataframes |
groupResults |
output of |
Value
text to console
Examples
eList <- Choptank_eList
groupOut_1 <- runGroups(eList, windowSide = 0,
group1firstYear = 1980, group1lastYear = 1990,
group2firstYear = 1995, group2lastYear = 2005)
printGroups(eList, groupOut_1)
[Package EGRET version 3.0.9 Index]