read_oc_sochla | R Documentation |
Read Southern Ocean Chlorophyll-a in L3 bin form.
read_oc_sochla(
date,
time.resolution = c("daily"),
bins = NULL,
product = c("MODISA", "SeaWiFS"),
latest = TRUE,
returnfiles = FALSE,
...,
inputfiles = NULL
)
date |
date/s to read |
time.resolution |
daily for now |
latest |
return only the latest day if date intput missing, otherwise the earliest |
returnfiles |
give the files instead of the data |
... |
ignored |
inputfiles |
speed up the read by inputting the files |
xylim |
extent in longitude latitude using 'raster::extent' |
relies on processing done here https://github.com/AustralianAntarcticDivision/ocean_colour
tibble of the values in L3 bin form
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.