Description Usage Arguments Value Examples
'read_south_seaice' for the southern hemisphere 'read_north_seaice' for the northern hemisphere
1 2 3 | read_south_seaice(date, latest = TRUE, ...)
read_north_seaice(date, latest = TRUE, ...)
|
date |
input date |
latest |
return the latest day available, otherwise the earliest available |
... |
ignored |
RasterLayer
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
if (seaice_files_available()) {
read_south_seaice(latest = FALSE)
}
## End(Not run)
# w <- sp::spTransform(wrld_simpl, projection(read_north_seaice()))
#image(read_north_seaice("2017-01-01"), col = viridis::viridis(100), asp = 1)
#plot(w, add = T)
#image(read_north_seaice(latest = T), col = viridis::viridis(100), asp = 1)
#plot(w, add = T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.