Description Usage Arguments Value Examples
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 2 3 4 5 6 7 8 9 | FillTheMatix_specific(
Patches,
InterestLCV,
PossMatrixHabs = seq(2, 11),
PossibleNumberMatrixsPoints = 1:200,
EqualSize = FALSE,
ChosenPatchDistribution = "Random",
SeedDistribution = "Uniform"
)
|
Patches |
array - |
InterestLCV |
array - |
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. |
MatrixHabs |
integer - default 10 habitats |
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.