stationmap {clim.pact}R Documentation

Plot climate station map.

Description

Plot a map showing the locations of NACD (getnacd) and Nordklim (getnordklim) station network (monthly data).

Usage

stationmap(ele=101,NORDKLIM=TRUE,NACD=TRUE,silent=TRUE,names=FALSE,
                  name.len=4,x.offs=0.1,y.offs=-0.5,str.cex=0.7,
                  countries=NULL,x.rng=NULL,y.rng=NULL)

Arguments

ele The code for element (101 = T(2m), 401=SLP, 601= precip).
NORDKLIM Show Nordklim stations.
NACD Show NACD stations.
silent Print station names if false.
names Plot station names if true.
name.len Station name text length.
x.offs Station name text position.
y.offs Station name text position.
str.cex Station name text size.
countries Countries to include.
x.rng Longitudes to include.
y.rng Latitudes to include.

Author(s)

R.E. Benestad

Examples

## Not run: 
stationmap()
## End(Not run)

[Package clim.pact version 2.2-15 Index]