pointsClustered: Generate Matern Clustering Point Pattern for Landscape Sites

Description Usage Arguments Value Examples

Description

This function is a low-level utility to generate spatial point patterns for the MICRO-LANDSCAPE point sets.

Usage

1
2
pointsClustered(n, meanParents = 10, clusteredness = 0.25, xLim = c(0, 1),
  yLim = c(0, 1))

Arguments

n

number of points to generate

meanParents

intensity of Poisson process for cluster centers

clusteredness

control mean scatter of child points around cluster centers

xLim

a length 2 numeric vector of bounds for the sampling grid

yLim

a length 2 numeric vector of bounds for the sampling grid

Value

a list with two elements x and y corresponding to the sampled points

Examples

1
pointsClustered(n=10, meanParents = 10, clusteredness = .25, xLim=c(0,1), yLim=c(0,1))

smitdave/MASH documentation built on May 30, 2019, 5:02 a.m.