Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

showmap

Function to plot the McNeall dataset


Description

A small wrapper function to plot a global map of temperature, which is useful when analyzing the McNeall dataset

Usage

showmap(z, pc, landmask, ...)

Arguments

z

A vector of length 2048 corresponding to temperatures on the Earth's surface

pc

Boolean, with TRUE meaning to interpret z as a principal component and FALSE meaning to interpret z as a temperature map

landmask

A matrix of zeros and ones corresponding to the Earth's surface with zero indicating sea and one indicating land; use data(mcneall)

...

Further arguments passed to filled.contour()

Author(s)

Robin K. S. Hankin

See Also

Examples

data(mcneall)
showmap(mcneall_temps[,1],pc=FALSE,landmask=landmask)

multivator

A Multivariate Emulator

v1.1-10
GPL-2
Authors
Robin K. S. Hankin [aut, cre] (<https://orcid.org/0000-0001-5982-0415>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.