data(UKobs6)
data(UKloc)
The format is: num [1:65536, 1:2] -11 -10.9 -10.9 -10.8 -10.7 ...
Refer to Casati et al. (2004) for more information on these data.
The original lon/lat information is not available. 'UKloc' was created to match reasonably well with the figures in Casati et al. (2004), but should not be considered definite.
data(UKobs6)
data(UKfcst6)
data(UKloc)
zl <- range(c(c(UKobs6), c(UKfcst6)))
par(mfrow=c(1,2))
image(UKobs6, col=c("grey", tim.colors(64)), zlim=zl, main="analysis", axes=FALSE)
# par(usr=apply(UKloc, 2, range))
# map(add=TRUE)
image.plot(UKfcst6, col=c("grey", tim.colors(64)), zlim=zl, main="forecast", axes=FALSE)
# par(usr=apply(UKloc, 2, range))
# map(add=TRUE)
Run the code above in your browser using DataLab