showNetwork: Plot the final network.

View source: R/show.R

showNetworkR Documentation

Plot the final network.

Description

Plot the final network.

Usage

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)

networkABC documentation built on Aug. 29, 2025, 5:34 p.m.