data(RCMexample)
Units are degrees with longitude being 0-360 westward from the prime meridian. (See the shift argument in world for overlaying world map.) Precipitation is log 10 of cm / 3 hour period.
To facilatate an animation of these fields the raw precipitation values have been transformed to the log scale with all values below 4.39E-5 cm/3 hours set to this lower bound.
data(RCMexample)
# second time period
image.plot( RCMexample$x, RCMexample$y, RCMexample$z[,,2])
world( add=TRUE, shift=TRUE, lwd=2)
Run the code above in your browser using DataLab