Description Usage Arguments Value
Creates a simulated patchy habitat matrix based on user defined inputs. Uses the expand function to grow each habitat patch.
1 | create.land(n.clusters, size.clusters, x.mat, count.max = 200, ...)
|
n.clusters |
A number. Target number of clusters to grow on the landscape |
size.clusters |
A number. Target size (measured in number cells) of each patch. |
x.mat |
A matrix whose cell values all = 1 |
count.max |
A number. Maximum number of iterations through the growing process (default is 200). |
... |
Additional arguments as necessary. |
A matrix with each cell that is a member of a patch identified by it's patch ID. Cells not inculded in a patch are listed as NA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.