Sokolov Rintoul

readfronts(
  date,
  time.resolution = c("weekly"),
  product = c("sokolov"),
  xylim = NULL,
  lon180 = TRUE,
  setNA = FALSE,
  trim = TRUE,
  returnfiles = FALSE,
  RAT = TRUE,
  ...
)

Arguments

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 extent, see Details

lon180

if TRUE, data originally in Pacific view will be returned in Atlantic view (-180:180)

setNA

is TRUE NaN values are replaced with NA

trim

if TRUE the map is cropped to no contiguous margins of missing data

returnfiles

ignore options and just return the file names and dates

RAT

if TRUE data is returned with region names as a raster attribute table on the gridded data, see ratify

...

reserved for future use, currently ignored

Value

raster object

Examples

if (FALSE) {
b <- readfronts(c("1993-01-01", "2005-01-02"), lon180 = FALSE)
}