Skip to content
Prev 11126 / 29559 Next

shp to svg

Thank you for your help!

I have used the following sintax:

map <-readShapePoly(...)
CairoSVG(file = "newmap.svg", width = 12, height = 12, onefile = TRUE,
bg = "transparent")
plot(map, lwd=0.1)
dev.off()

and it works perfectly.

Regards,

Marc


2011/3/9 Georg Ru? <research at georgruss.de>: