simulate_point_process: Simulate a spatial pattern

Description Usage Arguments

View source: R/simulate_point_process.R

Description

Simulate a spatial pattern

Usage

1
2
3
4
5
6
7
8
simulate_point_process(
  spatial_association,
  gamma,
  radius,
  num_candidates = 1000,
  Npoints = 50,
  count_max = 10
)

Arguments

spatial_association

a matrix with elements encoding the strength of species associations. Strength in (0, 1) indicates attraction, = 0 indicates null relationship, in (-1, 0) indicates repulsion

gamma

the gamma diversity

radius

the range of effective size

num_candidates

the number of candidate points that the sample are from

Nsteps

the number of total simulated points


clsong/multispat documentation built on Feb. 1, 2022, 2:11 p.m.