## Not run: ------------------------------------
# # Read in the Cook and Krusic (2004; The North American Drought Atlas) reconstruction
# # of Palmer Drought Severity Index (PDSI) for the Jemez Mountains area (gridpoint 133).
## ---------------------------------------------
## Not run: ------------------------------------
# # For users who want to perform SEA very near to EVENT.exe and/or have reproducable draws from
# # the bootstrap procedure, consider including the \code{set.seed} function prior to \code{run_sea}.
# # Convention is to provide a long integer, such as a birthday (e.g. 3191982).
# # In the EVENT.exe program, Richard Holmes used the number of days since 1 January 1935.
# days <- as.numeric(Sys.Date() - as.Date("1jan1935", "%d%b%Y"))
# set.seed(days)
## ---------------------------------------------
Run the code above in your browser using DataLab