plot,bicluster_net,missing-method {mosbi}R 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)


[Package mosbi version 1.0.0 Index]