if (FALSE) {
library(RNCEP)
## Using NCEP.gather(), query weather data from both sides of
## the Prime Meridian ##
## NCEP.bind() is applied automatically ##
wx <- NCEP.gather(variable='air', level=925,
months.minmax=10, years.minmax=2003,
lat.southnorth=c(50, 52.5), lon.westeast=c(-2.5, 2.5),
reanalysis2=FALSE, return.units=TRUE)
}
Run the code above in your browser using DataLab