readcafe | R Documentation |
I don't remember what these are but they were at https://orca.science.oregonstate.edu/
readcafe(
date,
time.resolution = c("monthly"),
xylim = NULL,
lon180 = TRUE,
setNA = TRUE,
latest = TRUE,
returnfiles = FALSE,
...,
inputfiles = NULL
)
date |
date or dates of data to read, |
time.resolution |
time resoution data to read, daily or monthly |
xylim |
spatial extents to crop from source data, can be anything accepted by |
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 |
... |
Arguments passed on to |
inputfiles |
input the files data base to speed up initialization |
Files are found with raadfiles::cafe_monthly_files()
.
readcafe(date = "2010-01-15")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.