Skip to content
Prev 14731 / 29559 Next

spplot question in sp_0.9-98

Thanks for notifying this. Removing the cex=.7 solves this, as does
replicating cex, as in

spplot(meuse, c("cadmium", "copper", "lead", "zinc"), do.log = TRUE,
key.space = "right", as.table = TRUE,
sp.layout=list(rv, scale, text1, text2, arrow),
main = "Heavy metals (top soil), ppm", cex=rep(.7,4*length(meuse)), cuts
= cuts)

This, and returning the color vector, are obviously bugs, and will be
addressed in the next version of sp.
On 04/03/2012 08:37 PM, Mauricio Zambrano-Bigiarini wrote: