readfronts: Read data from the Sokolov/Rintoul Southern Ocean fronts...

View source: R/fronts.R

readfrontsR Documentation

Read data from the Sokolov/Rintoul Southern Ocean fronts analysis.

Description

Sokolov Rintoul

Usage

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

## Not run: 
b <- readfronts(c("1993-01-01", "2005-01-02"), lon180 = FALSE)

## End(Not run)

AustralianAntarcticDivision/raadtools documentation built on Feb. 14, 2024, 6:28 a.m.