Re: [R] deldir package - voronoi

2007-08-13 Thread zubin
Team, we figured this out, Roger at XLSOLUTIONS solved the puzzle for us..!! Okay you can easily change the color palette. see below: library(MASS) library(deldir) set.seed(1123) y <- runif(20) x <- runif(20) #run voronoi from deldir package ddd <- deldir(x,y) ttt <- tile.list(ddd) plot.deld

Re: [R] deldir package - voronoi

2007-08-12 Thread Rolf Turner
On 12/08/2007, at 1:22 PM, zubin wrote: > Hello! > > I am using the deldir package to visualize my data, pretty neat. > However, i need to fill the colors using polycol =, fill with colors > like a heatmap - more of a gradient fill. The only colors i get are > very blocky - how do i assign the

[R] deldir package - voronoi

2007-08-11 Thread zubin
Hello! I am using the deldir package to visualize my data, pretty neat. However, i need to fill the colors using polycol =, fill with colors like a heatmap - more of a gradient fill. The only colors i get are very blocky - how do i assign the correct colors for a gradient, even a grayscale