zero_opposition {toporanga} | R Documentation |
Zero the opposing tally weights
Description
When we have w(A\rightarrow B)=a
and w(B\rightarrow A)=b<a
, this function will retain w(A\rightarrow B)=a
and change w(B\rightarrow A)
into 0
.
Usage
zero_opposition(tally, quench = FALSE)
Arguments
tally |
a |
quench |
whether to remove tied-up weights. |
Value
A modified toporanga_tally
object.
[Package toporanga version 1.0.0 Index]