Description Usage Arguments Value Examples
Creates surface slice for one year.
1  | estSliceSurfacesSimpleAlt(eList, year)
 | 
eList | 
 named list with at least the Daily, Sample, and INFO dataframes. Created from the EGRET package,
after running either   | 
year | 
 integer year to perform WRTDS analysis  | 
surfaces matrix
1 2 3 4 5 6 7 8  | library(EGRET)
eList <- Choptank_eList
## Not run: 
caseSetUp <- trendSetUp(eList, nBoot=100, blockLength=200)
eList <- setForBoot(eList, caseSetUp)
surfaces <- estSliceSurfacesSimpleAlt(eList, 1990)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.