Learn R Programming

rNOMADS (version 1.2.0)

gfs.model.data: Temperature and relative humidity in North Carolina.

Description

Temperature and relative humidity at ground level and 800 mb of the region around North Carolina, USA from the 0.5 degree resolution Global Forecast System model. This is the 12 hour forecast for July 28, 2013 at 18:00 GMT.

Usage

data(GFS)

Arguments

source

http://nomads.ncep.noaa.gov/

Examples

Run this code
data(GFS)
gfs.array <- ModelGrid(gfs.model.data)
contour(x = gfs.array$x, y = gfs.array$y, gfs.array$z[2,1,,] - 273.15,
   xlab = "Latitude", ylab = "Longitude",
   main = paste("North Carolina Temperatures for", 
   gfs.array$fcst.date, "GMT in Celsius"))

Run the code above in your browser using DataLab