Hisaji ONO
2001-Apr-14 20:32 UTC
[R] How to create polygons from voronoi objects in tripack?
Hello. I'd like to convert voronois object created by tripack to polygons to use them in GIS(Geographic Information Systems) software. I tried to create voronoi objects by using following code.> library(tripack) > x <- rnorm(10) > y <- rnorm(10) > plot(x,y) > v<-voronoi.mosaic(x,y) > plot(v)But from here, I could not create polygons. Of course, I know v$n1..3 -- node info, v$x and v$y coordinates. But I only create lines from them. For triangulation(Delaunay) object, there is trinagle object form which I can create polygon. But for Voronoi, there's no polygon object which has constructed "Voronoi" polygons. Does anyone know how to do this solution? -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010415/32854cda/attachment.html