temp_NA: Mean Monthly Temperature Grid for North America

Description Usage Format Source References Examples

Description

Gridded climatology of 1961-1990 monthly mean temperature (in deg. C) at 10' spatial resolution. Climatic Research Unit, High-Resolution Gridded Dataset.

Usage

1

Format

An object of class "RasterBrick", layers correspond to months; see Raster.

Source

CRU CL v.2.0. Climatic Research Unit, University of East Anglia: http://www.cru.uea.ac.uk/data/

References

New, M. et al. 2002. A high-resolution data set of surface climate over global land areas. – Climate Research 21:1-25.

Examples

1
2
3
4
5
6
7
8
# Read in the data
data(temp_NA)

# Plot all data layers
plot(temp_NA)

# Plot mean monthly precipitation for July
plot(temp_NA[[7]])

rebeccalpowell/grassmapr documentation built on June 20, 2019, 8:07 p.m.