Plot the final network.

showNetwork(res, min_prob)

Arguments

res

: The result of the abc algorithm.

min_prob

: numeric ; under this probabilitie value, the link between two genes is set to 0.

Examples

data(resabc) showNetwork(resabc,.2)