select_eddy: Find eddy files

Description Usage Arguments Details Examples

Description

Find eddy files

Usage

1
2
select_eddy(date, type = c("both", "cyc", "antcyc"), ext = c("mat", "rds",
  "any"))

Arguments

date

Date of the eddy

type

Type of the eddy

Details

The function uses the path provided by options("eddies.path") to access to the eddies database. The database only includes years from 2010 to 2014 but years from 1993 to 2009 are also available from the downloaded database (http://datadryad.org/resource/doi:10.5061/dryad.gp40h/1). To get more recent data in a similar format the software used in the article (matlab) was made available online at https://github.com/jfaghm/OceanEddies.

Examples

1
2
3
4
5
## Not run: 
days <- as.POSIXct(c("2010-01-01", "2011-01-01"))
select_eddy(days, "both")

## End(Not run)

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