MGSurvE.pointProcess

Synthetic Landscape generation 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.

ptsRegularGrid(pointsNumber, bbox)

Creates a regular grid (lattice) of points.