fortune.eg {sjevor} | R Documentation |
This is a small example data set that comes with the Fortune code. There are just 100 points in the unit square.
Stephen Eglen, from Steve Fortune
## Not run: data(fortune.eg) v <- vorcr(fortune.eg[,1], fortune.eg[,2], 0, 1, 0, 1) plot(v) ## End(Not run)