ocfiles | R Documentation |
This function loads the latest cache of stored files for NASA ocean colour products.
ocfiles(
time.resolution = c("daily", "weekly", "monthly", "weekly32"),
product = c("MODISA", "SeaWiFS", "VIIRS"),
varname = c("CHL", "RRS", "POC", "KD490", "NPP_PAR", "SNPP_CHL", "SNPP_RRS"),
type = c("L3m", "L3b"),
bz2.rm = TRUE,
ext = c("nc", "main"),
...
)
time.resolution |
daily or monthly files? |
product |
choice of ocean colour sensor |
varname |
which variable (or set of variables) |
type |
which level of data |
bz2.rm |
ignore files that are compressed |
ext |
which extension, e.g. "nc" or "main" |
... |
reserved for future use, currently ignored |
data.frame of file
and date
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.