Skip to content
Prev 6642 / 29559 Next

plot points in grid-plot with sp.layout

Tom Gottfried wrote:
works:				  ___________
spplot(meuse.grid, sp.layout=list("sp.points", meuse))

use quotes around sp.points. Or else it will look for the R object sp.points, which is not present.

cheers,
Paul