<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-2022-jp">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff><FONT size=2>
<DIV>Hello.</DIV>
<DIV><BR> 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.</DIV>
<DIV> </DIV>
<DIV>> library(tripack)<BR>> x <- rnorm(10)<BR>> y <-
rnorm(10)<BR>> plot(x,y)<BR>> v<-voronoi.mosaic(x,y)<BR>>
plot(v)</DIV>
<DIV> </DIV>
<DIV> But from here, I could not create polygons.</DIV>
<DIV> </DIV>
<DIV> Of course, I know v$n1..3 -- node info, v$x and v$y coordinates. But
I only create lines from them.</DIV>
<DIV> </DIV>
<DIV> 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.</DIV>
<DIV> </DIV>
<DIV>Does anyone know how to do this solution?</DIV>
<DIV><BR> </DIV></FONT></BODY></HTML>