plot.sea: Plot a 'sea' object

View source: R/sea.R

plot.seaR Documentation

Plot a sea object

Description

Plot a sea object

Usage

## S3 method for class 'sea'
plot(...)

Arguments

...

Arguments passed on to plot_sealags().

See Also

plot_sealags() handles the plotting for this function.

Examples

## 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)

burnr documentation built on March 18, 2022, 7:17 p.m.