makeTwoYearsResults: makeTwoYearsResults

Description Usage Arguments Value Examples

Description

makeTwoYearsResults

Usage

1
makeTwoYearsResults(eList, year1, year2)

Arguments

eList

named list with at least the Daily, Sample, and INFO dataframes. Created from the EGRET package, after running modelEstimation.

year1

integer. Initial year of a 2-year trend comparison.

year2

integer. Second year of a 2-year trend comparison.

Value

surfaces matrix

Examples

1
2
3
4
5
6
7
8
library(EGRET)
eList <- Choptank_eList

twoResultsWaterYear <- makeTwoYearsResults(eList, 1985, 2005)

eList <- setPA(eList, paStart=11, paLong=3)

twoResultsWinter <- makeTwoYearsResults(eList, 1985, 2005)

fawda123/EGRETci documentation built on May 16, 2019, 10:57 a.m.