Learn R Programming

netbiov (version 1.6.0)

plot.netbiov: Visualization of large biological networks.

Description

Plots netbiov object

Usage

"plot"(x, ...) "tkplot"(x, ...)

Arguments

x
x is a netbiov object contains different properties of graph
...
... parameter for other inputs.

Value

returns invisible 'NULL' value.

References

http://bio-complexity.com/

Examples

Run this code
  data("PPI_Athalina")
  id <- plot.modules(g1)
  plot.netbiov(id)

Run the code above in your browser using DataLab