View source: R/simulate_point_process.R
Simulate a spatial pattern
1 2 3 4 5 6 7 8 | simulate_point_process(
spatial_association,
gamma,
radius,
num_candidates = 1000,
Npoints = 50,
count_max = 10
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.