View source: R/nlm_mosaicfield.R
| nlm_mosaicfield | R Documentation | 
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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.