MGSurvE.pointProcess

Synthetic Landscape generation functions (thanks to Elijah Bartolome in the impelemntation of some of the point-process functions).

Functions

ptsDonut(pointsNumber, radii[, center])

Creates a distribution of points laid around a donut shape.

ptsPossion(pointsNumber, clustersNumber, radius)

Generates a synthetic landscape from a Poisson distribution.

ptsRandUniform(pointsNumber, bbox)

Creates a random unifor distribution of points.

ptsRegularCircle(pointsNumber, radius[, ...])

Creates concentric circles of points.

ptsRegularGrid(pointsNumber, bbox)

Creates a regular grid (lattice) of points.