Learn R Programming

SpatialVx (version 0.1-2)

GFSNAMfcstEx: GFS NAM example verification set

Description

GFS NAM example verification set with 361 time points in addition to 2352 spatial locations on a grid.

Usage

data(GFSNAMfcstEx)
        data(GFSNAMobsEx)
        data(GFSNAMlocEx)

Arguments

Details

GFS/NAM example verification set with 2352 spatial locations over the United States, and 361 time points. For both the forecast (GFSNAMfcstEx) and verification (GFSNAMobsEx), these are numeric matrices whose rows represent time, and columns represent space. The associated lon/lat coordinates are provided by GFSNAMlocEx (2352 X 2 data frame with named components giving the lon and lat values).

Examples

Run this code
data(GFSNAMfcstEx)
data(GFSNAMobsEx)
data(GFSNAMlocEx)

x <- colMeans(GFSNAMfcstEx,na.rm=TRUE)
y <- colMeans(GFSNAMobsEx,na.rm=TRUE)
look <- as.image(x-y, x=GFSNAMlocEx)
image.plot(look)

Run the code above in your browser using DataLab