Description Usage Arguments Details Value References See Also Examples
View source: R/nlm_planargradient.R
Simulates a planar gradient neutral landscape model.
1  | nlm_planargradient(ncol, nrow, resolution = 1, direction = NA, rescale = TRUE)
 | 
ncol | 
 [  | 
nrow | 
 [  | 
resolution | 
 [  | 
direction | 
 [  | 
rescale | 
 [  | 
Simulates a linear gradient sloping in a specified or random direction.
RasterLayer
Palmer, M.W. (1992) The coexistence of species in fractal landscapes. The American Naturalist, 139, 375 - 397.
nlm_distancegradient,
nlm_edgegradient
1 2 3 4 5 6 7 8  | # simulate planar gradient
planar_gradient <- nlm_planargradient(ncol = 200, nrow = 200)
## Not run: 
# visualize the NLM
landscapetools::show_landscape(planar_gradient)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.