forest.fire.game {igraph} | R Documentation |
Forest Fire Network Model
Description
forest.fire.game()
was renamed to sample_forestfire()
to create a more
consistent API.
Usage
forest.fire.game(nodes, fw.prob, bw.factor = 1, ambs = 1, directed = TRUE)
Arguments
nodes |
The number of vertices in the graph. |
fw.prob |
The forward burning probability, see details below. |
bw.factor |
The backward burning ratio. The backward burning
probability is calculated as |
ambs |
The number of ambassador vertices. |
directed |
Logical scalar, whether to create a directed graph. |
[Package igraph version 2.0.3 Index]