Latitude mask for polar projections; written by M.D. Sumner and part of the spex package.
latmask(x, latitude = 0, southern = TRUE)
if (FALSE) { # \dontrun{
## assumes that you have already defined a raster object called 'ice'
plot(latmask(ice, -60))
} # }