Skip to content
Prev 4573 / 29559 Next

North arrow, scale bar, legend

The r-spatial web site http://r-spatial.sourceforge.net/ has a graph
gallery; I think it only works for spplot which takes data in sp
classes. You could us it by coercing your objects to it as

library(maptools)
as(casos.spp, "SpatialPointsDataFrame")

might work.
--
Edzer
izareis at dpi.inpe.br wrote: