readfsle: Backward-in-time Finite-Size Lyapunov Exponents

readfsleR Documentation

Backward-in-time Finite-Size Lyapunov Exponents

Description

Daily files

Usage

readfsle(
  date,
  time.resolution = c("daily"),
  xylim = NULL,
  latest = TRUE,
  varname = c("fsle_max", "theta_max"),
  returnfiles = FALSE,
  verbose = TRUE,
  ...,
  inputfiles = NULL
)

Arguments

date

date or dates of data to read, see Details

time.resolution

time resolution to read (only daily)

xylim

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

latest

if TRUE and input date is missing return the latest time available, otherwise the earliest

varname

either fsle_max or 'theta_max“

returnfiles

ignore options and just return the file names and dates

verbose

print messages on progress etc.

...

passed to brick, primarily for filename

inputfiles

input the files data base to speed up initialization

Value

data.frame


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