map {clim.pact}R Documentation

Produce a map

Description

Produces maps.

Usage

map(x,y=NULL,col="black",lwd=1,lty=1,sym=TRUE,
               plot=TRUE,inv.col=FALSE,add=FALSE,las = 1,
                    levels=NULL,main=NULL,sub=NULL,xlim=NULL,ylim=NULL,newFig=TRUE)

Arguments

x A map object.
y A map object. If given, map.map plots the difference: x - y
col Colour of contours.
lwd Contour line width.
lty Contour line style.
sym Symmetry: if True, use zlimits c(-|max|,+|max|).
plot TRUE gives graphics
inv.col Inverse color scheme (e.g. 'TRUE' gives red for drier and blue for wetter conditions)
add Add to plot: add contours only.
las see par
levels see contour
main see plot
sub see plot
xlim see plot
ylim see plot
newFig True, call newFig for new figure.

Value

A map object

Author(s)

R.E. Benestad


[Package clim.pact version 2.2-15 Index]