plot.uv.density: Diagnostic ggplots of advection

View source: R/plot.uv.density.r

plot.uv.densityR Documentation

Diagnostic ggplots of advection

Description

Diagnostic ggplots of advection

Usage

## S3 method for class 'uv.density'
plot(
  allpar,
  save = F,
  fname = NULL,
  ulims = c(-50, 50),
  vlims = c(-50, 50),
  ...
)

Arguments

allpar

data frame returned from get.allpar

save

should the plot be saved

fname

filename

ulims

plot limits in u (x) direction

vlims

plot limits in v (y) direction

...

additional arguements to ggsave

Value

a ggplot

Examples

see vignette

galuardi/SatTagSim documentation built on Oct. 22, 2024, 10:18 a.m.