Simulates a planar gradient neutral landscape model.
Arguments
- ncol
[
numerical(1)
]
Number of columns forming the raster.- nrow
[
numerical(1)
]
Number of rows forming the raster.- resolution
[
numerical(1)
]
Resolution of the raster.- direction
[
numerical(1)
]
Direction of the gradient in degrees, if unspecified the direction is randomly determined.- rescale
[
logical(1)
]
IfTRUE
(default), the values are rescaled between 0-1.
References
Palmer, M.W. (1992) The coexistence of species in fractal landscapes. The American Naturalist, 139, 375 - 397.
Examples
# simulate planar gradient
planar_gradient <- nlm_planargradient(ncol = 200, nrow = 200)
if (FALSE) {
# visualize the NLM
landscapetools::show_landscape(planar_gradient)
}