plot.eddy: Plot eddies data

Description Usage Arguments Details Examples

Description

Plot eddies data

Usage

1
2
3
## S3 method for class 'eddy'
plot(x, cnd = NULL, add = FALSE, cex = 1, col = c(cyc =
  "blue", anticyc = "red"), ...)

Arguments

x

An "eddy" table such as returned by read_eddy.

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.

Details

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

Examples

1
2
3
4
5
## Not run: 
edd <- eddies(as.POSIXct("2010-01-01"))
plot(edd)

## End(Not run)

SESman/eddies documentation built on May 9, 2019, 11:10 a.m.