printPairs | R Documentation |
Prints the information from the runPairs
function.
This could be used to save the output to a text file.
printPairs(eList, pairResults)
eList |
named list with at least the Daily, Sample, and INFO dataframes |
pairResults |
output of |
text to console
eList <- Choptank_eList
year1 <- 1985
year2 <- 2010
pairOut_1 <- runPairs(eList,
year1, year2,
windowSide = 0)
printPairs(eList, pairOut_1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.