Skip to content

filled maps

1 message · antonio rodriguez

#
Hi Janus,

Try this:


filled.contour(x,y,corr.map2, color = terrain.colors,
plot.axes = { contour(x,y,corr.map2,nlevels=20,
drawlabels = T, frame.plot = FFALSE, add = TRUE);
axis(1); axis(2);
world(col="red",add=T,lwd=3)},
key.title = title(main="values"),
xlab="longitude",ylab="latitude" )


Antonio
---