poisson2d | R Documentation |
Generate Poisson disk samples in 2D
poisson2d(w = 10, h = 10, r = 2, k = 30L, verbosity = 0L)
w , h |
width and height of region |
r |
minimum distance between points |
k |
number of sample points to generate at each iteration. default 30 |
verbosity |
Verbosity level. default: 0 |
data.frame with x and y coordinates. Points are returned in the order in which they were generated.
pts <- poisson2d(w = 40, h = 40, r = 1)
plot(pts, asp = 1, ann = FALSE, axes = FALSE, pch = 19)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.