Skip to content
Prev 19071 / 29559 Next

raster contour lines

Hi members,

I would like to superpose a raster stack and some contour lines (several 
pannels).
It is possible with rasterVis :
levelplot()+contourplot()

But I would like to do it with plot (much faster) :
plot()
and something like contour(<>, add=T)

Any idea ? Thank !

C?line