Function to plot the McNeall dataset
A small wrapper function to plot a global map of temperature, which is useful when analyzing the McNeall dataset
showmap(z, pc, landmask, ...)
z |
A vector of length 2048 corresponding to temperatures on the Earth's surface |
pc |
Boolean, with |
landmask |
A matrix of zeros and ones corresponding to the
Earth's surface with zero indicating sea and one indicating land;
use |
... |
Further arguments passed to |
Robin K. S. Hankin
data(mcneall) showmap(mcneall_temps[,1],pc=FALSE,landmask=landmask)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.