[R] voronoi tessellations

zubin binabina at bellsouth.net
Wed Jul 19 05:46:03 CEST 2006


Hello, looking to draw a voronoi tessellations in R - can anyone 
recommend a package that has tackled this?

some background:

i have a economic data set and created a sammons projection, like to now 
overlay a voronoi tessellation over the sammons 2-D solution for a slick 
visual, and potentially color each tessellation element based on a metric.

home.u <- unique(home1)
home.dist <- dist(home.u)
home.sam <- sammon(home.dist,k=2)
plot(home.sam$points)



More information about the R-help mailing list