read_south_seaice: Sea ice concentration data

Description Usage Arguments Value Examples

Description

'read_south_seaice' for the southern hemisphere 'read_north_seaice' for the northern hemisphere

Usage

1
2
3

Arguments

date

input date

latest

return the latest day available, otherwise the earliest available

...

ignored

Value

RasterLayer

Examples

 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)

mdsumner/seaice documentation built on June 5, 2019, 8:35 a.m.