Skip to content
Prev 11685 / 29559 Next

Contour-filled plotting of sp objects?

On 05/16/2011 04:02 AM, Jooil Kim wrote:
spplot(x["dist"], contour=TRUE, region=FALSE)

takes out the grid values, but I don't know how you can get colours or
contour levels in the plot.

contour(x["dist"], col=bpy.colors(10))

does this, but is based on standard plot, not the spplot/lattice things.

Hth,