Description Usage Arguments Value Examples
View source: R/forest.transition.r
Determines the presence of species within a buffer around target cells.
1 | forest.transition(land, target.cells, suitab, params, tbls, type.trans = "S")
|
land |
A |
suitab |
A data frame with climatic suitability and soil suitability for potential colonizing species
for each forest stand. It is the result of the function |
params |
A list of default parameters generated by the function |
tbls |
A list of default input tables as in |
type.trans |
A character indicating the type of transition: |
target.cell.ids |
A vector of |
A vector with the name of the new species / group of species
1 2 3 4 | data(landscape)
params = default.params()
suitab = suitability(landscape, params)
forest.trans(landscape, landscape$cell.id[runif(10,1,nrow(landscape))], suitab, params, type.trans = "S")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.