Attemps tomodifies a habitat graph to increase the cover of a specified category
swf_molderN(
g,
swfCat,
agriCat,
iterations,
Q,
NNeighbors = 1,
swfCover = 0.3,
max_radius = 1,
np = 1
)
Graph object representing the habitat.
Category value in the graph to be increased.
Category value in the graph to allocate.
Number of iterations to run the modification process.
Number of nodes to be potentially modified in each iteration.
Number of agriCat neighbor nodes to consider for allocation.
Desired cover proportion for the swfCat category.
Maximum search radius for neighbours.
Number of cores for parallel processing.