stationmap {clim.pact} | R Documentation |
Plot a map showing the locations of NACD (getnacd
)
and Nordklim (getnordklim
) station network (monthly data).
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)
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. |
R.E. Benestad
## Not run: stationmap() ## End(Not run)