plot-bicluster_net-missing-method: Plot a bicluster network

plot,bicluster_net,missing-methodR Documentation

Plot a bicluster network

Description

Converts the object into a graph and uses its plot function.

Usage

## S4 method for signature 'bicluster_net,missing'
plot(x, y, ...)

Arguments

x

An object of class bicluster_net.

y

Not used.

...

Plot parameters forwarded to igraph::plot.igraph

Value

An graph plot.

Examples

m <- matrix(seq(1:16), nrow=4)
# m <- matrix(rnorm(10000), nrow=100)
# bics <- c(run_fabia(m), run_isa(m), run_plaid(m))
# bn <- bicluster_network(bics, m)
# plot(bn)


tdrose/mosbi documentation built on May 4, 2022, 3:22 p.m.