simulate_ind | R Documentation |
From an sf class density map map_obj
(data.frame), an inohomogene Poisson point process is used to simulate the presence of individuals in the study area. The probability of presence of an individual is dependent on the density given by the map.
simulate_ind(map_obj, crs)
map_obj |
Dataframe. Sf map with a colum containg density informations density_m |
crs |
Numeric. Projection system. |
Dataframe. Indivduals with their coordinates associated.
data(dataset_map) ind <- simulate_ind(map_obj = dataset_map, crs = 2154) head(ind)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.