Learn R Programming

EGRET (version 3.0.9)

printPairs: Print information about pairs analysis

Description

Prints the information from the runPairs function. This could be used to save the output to a text file.

Usage

printPairs(eList, pairResults)

Value

text to console

Arguments

eList

named list with at least the Daily, Sample, and INFO dataframes

pairResults

output of runGroups.

Examples

Run this code
eList <- Choptank_eList
year1 <- 1985
year2 <- 2010

# \donttest{
pairOut_1 <- runPairs(eList, 
                      year1, year2,
                      windowSide = 0)
                       
printPairs(eList, pairOut_1)
# }

Run the code above in your browser using DataLab