Learn R Programming

EGRETci (version 1.0.0)

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
library(EGRET)
eList <- Choptank_eList
caseSetUp <- trendSetUp(eList, nBoot=100, blockLength=200)
eList <- setForBoot(eList, caseSetUp)
surfaces <- estSliceSurfacesSimpleAlt(eList, 1990)

Run the code above in your browser using DataLab