raadtools: raadtools

View source: R/raadtools.R

raadtoolsR Documentation

raadtools

Description

Dummy function

Usage

raadtools(
  date,
  time.resolution = "daily",
  lon180 = TRUE,
  setNA = TRUE,
  latest = FALSE,
  returnfiles = FALSE,
  ...
)

Arguments

date

date or dates of data to read,

time.resolution

time resoution data to read, daily or monthly

lon180

defaults to TRUE, to "rotate" Pacific view 0, 360 data to Atlantic view -180, 180

setNA

mask out land values (only applies to monthly time.resolution)

latest

if TRUE (and date not supplied) return the latest time available

returnfiles

ignore options and just return the file names and dates

...

passed in to brick, primarily for filename

xylim

spatial extents to crop from source data, can be anything accepted by extent, see Details

inputfiles

input the files data base to speed up initialization


AustralianAntarcticDivision/raadtools documentation built on June 11, 2024, 9:15 a.m.