Simulate a dataset in a square area
simulate_observations(
density = 1e-05,
area = 4e+06,
gamma = 0.5,
max_dist = 336,
n_survey = 4,
p_detection = 0.6,
status_distribution = c(0.2, 0.5, 0.3)
)
Density as the number of territoria per m².
Area in which to simulate territoria in m².
interaction parameter of the Strauss process.
See gamma
in spatstat.core::rStrauss()
.
maximum clustering distance in m.
Number of surveys.
Probability of detection within a survey.
a weighting vector for statuses. The order of the vector is the number of the status.