poisson_disk {stats} R Documentation

Fast Poisson Disk Sampling in Arbitrary Dimensions. Robert Bridson. ACM SIGGRAPH 2007

Description

Usage

poisson_disk(
    minDist = 5,
    sampleRange = 256,
    k = 30,
    dart = NULL);

Arguments

minDist

the minimumx distance between any of the two samples. [as double]

sampleRange

the range of generated samples. From 0[inclusive] to sampleRange[inclusive]. [as double]

k

the time of throw darts. Higher k generate better result but slower. [as integer]

Details

Authors

sciBASIC.NET

Value

this function returns data object of type any kind.

clr value class

Examples


[Package stats version 5.0.1.2389 Index]