powered by
## S3 method for class 'mapview': spplot(obj, zoom = NULL, col.regions = mapviewPalette(256), alpha.regions = 0.8, ...)
openmap
spplot
library(sp) m1 <- mapview(breweries91, zcol = "zipcode") spplot(m1) m2 <- mapview(gadmCHE, zcol = "NAME_1") spplot(m2)
Run the code above in your browser using DataLab