diffuse | R Documentation |
Uses the Schulze / widest path approach to re-express indirect domination into direct one.
For instance, if A\rightarrow B
and B\rightarrow C
both have weight 10, but A\rightarrow C
has weight 3, it is gonna be corrected to 10 by this function.
diffuse(tally, blend)
tally |
a |
blend |
a numerical factor to limit the effect of diffusion; weight of indirect path is multiplied by the given factor, while direct weights are not changed.
When set to 1, function behaves the same as |
A modified toporanga_tally
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.