readfsle | R Documentation |
Daily files This dataset contains Backward-in-time FSLE product deduced from DT merged Global Ocean Gridded Absolute Geostrophic Velocities SSALTO/Duacs L4 product (version 2018).
readfsle(
date,
time.resolution = c("daily"),
xylim = NULL,
latest = TRUE,
varname = c("fsle_max", "theta_max"),
returnfiles = FALSE,
verbose = TRUE,
...,
inputfiles = NULL
)
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 |
latest |
if TRUE and input date is missing return the latest time available, otherwise the earliest |
varname |
either |
returnfiles |
ignore options and just return the file names and dates |
verbose |
print messages on progress etc. |
... |
passed to brick, primarily for |
inputfiles |
input the files data base to speed up initialization |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.