Description Usage Arguments Details Value References Examples
View source: R/nlm_mosaictess.R
Simulate a neutral landscape model using the tesselation approach introduced in Gaucherel (2008).
1 | nlm_mosaictess(ncol, nrow, resolution = 1, germs, rescale = TRUE)
|
ncol |
[ |
nrow |
[ |
resolution |
[ |
germs |
[ |
rescale |
[ |
nlm_mosaictess
offers the first option of simulating a neutral landscape model
described in Gaucherel (2008). It generates a random point pattern (germs)
with an independent distribution and uses the Voronoi tessellation to simulate mosaic landscapes.
RasterLayer
Gaucherel, C. (2008) Neutral models for polygonal landscapes with linear networks. Ecological Modelling, 219, 39 - 48.
1 2 3 4 5 6 7 8 | # simulate polygonal landscapes
mosaictess <- nlm_mosaictess(ncol = 30, nrow = 60, germs = 200)
## Not run:
# visualize the NLM
landscapetools::show_landscape(mosaictess)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.