<!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>&nbsp;I'd like to convert voronois object created by tripack to 
polygons to use them in GIS(Geographic Information Systems) software.&nbsp; I 
tried to create voronoi objects by using following code.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&gt; library(tripack)<BR>&gt; x &lt;- rnorm(10)<BR>&gt; y &lt;- 
rnorm(10)<BR>&gt; plot(x,y)<BR>&gt; v&lt;-voronoi.mosaic(x,y)<BR>&gt; 
plot(v)</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;But from here, I could not create polygons.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;Of course, I know v$n1..3 -- node info, v$x and v$y coordinates. But 
I only create lines from them.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;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>&nbsp;</DIV>
<DIV>Does anyone know how to do this solution?</DIV>
<DIV><BR>&nbsp;</DIV></FONT></BODY></HTML>