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 with prob 1/2? or cells were colored deterministic? Faithfully yours, E. Daadmehr [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org 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.