readfronts | R Documentation |
Sokolov Rintoul
readfronts(
date,
time.resolution = c("weekly"),
product = c("sokolov"),
xylim = NULL,
lon180 = TRUE,
setNA = FALSE,
trim = TRUE,
returnfiles = FALSE,
RAT = TRUE,
...
)
date |
date or dates of data to read, see Details |
time.resolution |
time resoution data to read, daily or monthly |
product |
choice of product, see Details |
xylim |
spatial extents to crop from source data, can be anything accepted by |
lon180 |
if TRUE, data originally in Pacific view will be returned in Atlantic view (-180:180) |
setNA |
is |
trim |
if |
returnfiles |
ignore options and just return the file names and dates |
RAT |
if |
... |
reserved for future use, currently ignored |
raster
object
## Not run:
b <- readfronts(c("1993-01-01", "2005-01-02"), lon180 = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.