Weather Data from NCEP/NCAR Reanalysis via RNCEP package
Arguments
- var
slp 'sea level pressure' (default) for more variables see help of ?NCEP.gather
- level
surface (default)
- month_range
min,max month c(1,12) (default)
- year_range
min,max year c(2010,2017) (default)
- lat_range
min,max latitude c(30, 60) (default)
- lon_range
min,max longitud c(-30, 10) (default)
- dailymean
daily avarage of the variable retrived. Default TRUE.
- hour
One hour of the following: 0,6,12 or 18.
- reanalysis2
Logical. Default TRUE. variables are downloaded from the NCEP-DOE Reanalysis 2. If FALSE, data downloaded from NCEP/NCAR Reanalysis 1
- save_download
Logical. Default TRUE. Do yoy want to save the downloaded data into an RDS file?
- file_name
character. Provide a name for the file downloaded.