Learn R Programming

EGRETci (version 1.0.2)

makeTwoYearsResults: makeTwoYearsResults

Description

In bootstrap process computes the results for the initial year and second year.

Usage

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

Run this code
# NOT RUN {
library(EGRET)
eList <- Choptank_eList

twoResultsWaterYear <- makeTwoYearsResults(eList, 1985, 2005)
# }

Run the code above in your browser using DataLab