pointsOverdispersed: Generate Overdispersed (SSI) Point Pattern for Landscape...

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
pointsOverdispersed(n, inhibitionFactor = 1, xLim = c(0, 1), yLim = c(0,
  1))

Arguments

n

number of points to generate

inhibitionFactor

controls level of overdispersion (higher values correspond to a more overdispersed spatial point process)

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
pointsOverdispersed(n=10, inhibitionFactor = 1, xLim=c(0,1), yLim=c(0,1))

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