R/removeIceAreas.R

removeIceAreas <- function(r, iceS){
  r[iceS == 1] <- NA
  return(r)
}
dinilu/paleoCLMs-package documentation built on May 15, 2019, 8:46 a.m.