nlm_mosaictess.Rd
Simulate a neutral landscape model using the tesselation approach introduced in Gaucherel (2008).
nlm_mosaictess(ncol, nrow, resolution = 1, germs, rescale = TRUE)
ncol | [ |
---|---|
nrow | [ |
resolution | [ |
germs | [ |
rescale | [ |
RasterLayer
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.
Gaucherel, C. (2008) Neutral models for polygonal landscapes with linear networks. Ecological Modelling, 219, 39 - 48.
# simulate polygonal landscapes mosaictess <- nlm_mosaictess(ncol = 30, nrow = 60, germs = 200)# NOT RUN { # visualize the NLM landscapetools::show_landscape(mosaictess) # }