Description Usage Arguments Details Examples
Plot eddies data
1 2 3 |
x |
An |
cnd |
A logical vector to be used to subset x befor plotting. |
add |
Should the data be plotted on existing graph ? |
cex |
the size inflation factor of the features. |
Blue ellipses indicate cyclonic eddies (rotating clockwise in the
southern hemisphere) while red ellipses indicate anticyclonic eddies.
The solid lines represent the boundaries of the eddies for the latest
date available in the input x
. Points indicate the center of the features
with their size proportional to the eddy solidity. Line width indicate the mean
geostrophic speed
1 2 3 4 5 | ## Not run:
edd <- eddies(as.POSIXct("2010-01-01"))
plot(edd)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.