R/show.R
showNetwork.Rd
Plot the final network.
showNetwork(res, min_prob)
: The result of the abc algorithm.
: numeric ; under this probabilitie value, the link between two genes is set to 0.
data(resabc) showNetwork(resabc,.2)