| plot_sealags | R Documentation |
sea objectBasic SEA lag plot of sea object
plot_sealags(x)
x |
A |
A ggplot object.
sea() creates a sea object.
print.sea() prints a pretty summary of a sea object.
## 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). data(pgm_pdsi) # Run SEA on Peggy Mesa (pgm) data data(pgm) pgm_comp <- composite(pgm) pgm_sea <- sea(pgm_pdsi, pgm_comp) plot(pgm_sea) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.