map {clim.pact} | R Documentation |
Produces maps.
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)
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. |
A map object
R.E. Benestad