Re: [R] From "deldir"

2014-05-17 Thread Rolf Turner
On 18/05/14 03:56, Elham Daadmehr wrote: Dear all, Please guide me in following situation. I use these function from "deldir" package. x <- runif(20) y <- runif(20) z <- deldir(x,y,rw=c(0,1,0,1)) w <- tile.list(z) plot(w) ccc <- heat.colors(2) plo

[R] From "deldir"

2014-05-17 Thread Elham Daadmehr
Dear all, Please guide me in following situation. I use these function from "deldir" package.   x <- runif(20)   y <- runif(20)   z <- deldir(x,y,rw=c(0,1,0,1))   w <- tile.list(z)   plot(w)   ccc <- heat.colors(2)   plot(w,fillcol=ccc,close=TRUE) Is each cell red wi