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)

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to