Description Usage Arguments Details Examples
Find eddy files
1 2 | select_eddy(date, type = c("both", "cyc", "antcyc"), ext = c("mat", "rds",
"any"))
|
date |
Date of the eddy |
type |
Type of the eddy |
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.
1 2 3 4 5 | ## Not run:
days <- as.POSIXct(c("2010-01-01", "2011-01-01"))
select_eddy(days, "both")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.