Learn R Programming

EGRETci (version 1.0.2)

estSliceSurfacesSimpleAlt: surface slice

Description

Creates surface slice for one year.

Usage

estSliceSurfacesSimpleAlt(eList, year)

Arguments

eList

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

year

integer year to perform WRTDS analysis

Value

surfaces matrix

Examples

Run this code
# NOT RUN {
library(EGRET)
eList <- Choptank_eList
# }
# NOT RUN {
caseSetUp <- trendSetUp(eList, nBoot=100, blockLength=200)
eList <- setForBoot(eList, caseSetUp)
surfaces <- estSliceSurfacesSimpleAlt(eList, 1990)
# }

Run the code above in your browser using DataLab