nlm_mosaicfield.Rd
Simulates a mosaic random field neutral landscape model.
nlm_mosaicfield(ncol, nrow, resolution = 1, n = 20, mosaic_mean = 0.5, mosaic_sd = 0.5, collect = FALSE, infinit = FALSE, rescale = TRUE)
ncol | [ |
---|---|
nrow | [ |
resolution | [ |
n | [ |
mosaic_mean | [ |
mosaic_sd | [ |
collect | [ |
infinit | [ |
rescale | [ |
RasterLayer or List with RasterLayer/s and/or RasterBrick
Schwab, Dimitri, Martin Schlather, and Jürgen Potthoff. "A general class of
mosaic random fields." arXiv preprint arXiv:1709.01441 (2017).
Baddeley, Adrian, Ege Rubak, and Rolf Turner. Spatial point patterns:
methodology and applications with R. CRC Press, 2015.
# simulate mosaic random field mosaic_field <- nlm_mosaicfield(ncol = 100, nrow = 200, n = NA, infinit = TRUE, collect = FALSE)# NOT RUN { # visualize the NLM landscapetools::show_landscape(mosaic_field) # }