inst/gatherRHT_SE.R

library(ClimateUtils)
SW <- get.ncep.vpd(lat.southnorth = c(-65, -1),
                   lon.westeast = c(-180, -1),
                   years.minmax = c(1982, 2012),
                   months.minmax = c(12, 2))
save(SW, file = "../data/SW.RData")
dlebauer/climate-utils documentation built on May 15, 2019, 9:13 a.m.