WardKernel | R Documentation |
A probability distribution used in LANDIS-II.
Ward(dist, cellSize, effDist, maxDist, k, b, algo = 2)
dist |
A vector of distances to evaluate kernel against |
cellSize |
A numeric, length 1, of the cell resolution (e.g., res(raster)) |
effDist |
A vector of effective distance (parameter in kernel),
with same length as |
maxDist |
A vector of maximum distance (parameter in kernel),
with same length as |
k |
A parameter in the kernel |
b |
A parameter in the kernel |
algo |
Either 1 or 2. 2 is faster and is default. 1 is "simpler code" as it
uses |
Eliot McIntire
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.