Description Usage Arguments Value Examples
View source: R/Creation_v0.6.R
This function adds habitats into the intervening space between a focal habitat patch. It differs from FillTheMatix by allowing non sequential habitats. For example, habitat 2, 5, 7, 8, 9, 100.
1 | AddBuffer(landcovermatrix, patchesmatrix, buffer = 5)
|
Patches |
array - |
InterestLCV |
array - |
MatrixHabs |
integer - default 10 habitats |
PossibleNumberMatrixsPoints |
list of integers - |
EqualSize |
boolean - |
ChosenPatchDistribution |
character - how seed points are distributed to grow the patches. Options are "Random" or "Poisson", "Clustered" or "Thomas", or "Regular", "Strauss" or"Dispersed" and defaults to random. |
SeedDistribution |
character -a distribution from which to pick the size of patches from. Opetions are "Gaussian" or"Normal", "Pareto", or the default "Uniform". Uniform gives patches of almost any size and the maximum variation. |
list of arrays - the list contains two arrays, the "Patches" and "InterestLCV" (land cover).
1 | TBA...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.