View source: R/plot.uv.density.r
plot.uv.density | R Documentation |
Diagnostic ggplots of advection
## S3 method for class 'uv.density'
plot(
allpar,
save = F,
fname = NULL,
ulims = c(-50, 50),
vlims = c(-50, 50),
...
)
allpar |
data frame returned from |
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 |
a ggplot
see vignette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.