plot.netbiov: Visualization of large biological networks.

Description Usage Arguments Value Author(s) References Examples

View source: R/plot.netbiov.R View source: R/plot.abstract.module.R

Description

Plots netbiov object

Usage

1
2
3
4
## S3 method for class 'netbiov'
plot(x, ...)
## S3 method for class 'netbiov'
tkplot(x, ...) 

Arguments

x

x is a netbiov object contains different properties of graph

...

... parameter for other inputs.

Value

returns invisible 'NULL' value.

Author(s)

Shailesh Tripathi, Frank Emmert-Streib

References

http://bio-complexity.com/

Examples

1
2
3
  data("PPI_Athalina")
  id <- plot.modules(g1)
  plot.netbiov(id)

Example output

Loading required package: igraph

Attaching package: 'igraph'

The following objects are masked from 'package:stats':

    decompose, spectrum

The following object is masked from 'package:base':

    union

netbiov documentation built on Nov. 8, 2020, 11:09 p.m.