showNp {networkABC} | R Documentation |
Plot for the neighbourhood probabilities
Description
Plot for the neighbourhood probabilities ; there is one probability for each pair of node in the network.
Usage
showNp(result)
Arguments
result |
: The result of the abc algorithm. |
Examples
data(resabc)
showNp(resabc)
[Package networkABC version 0.8-1 Index]