plot.nempi {nempi}R Documentation

Plotting nempi

Description

Plot function for an object of class 'nempi'.

Usage

## S3 method for class 'nempi'
plot(x, barlist = list(), heatlist = list(), ...)

Arguments

x

object of class 'nempi'

barlist

additional arguments for function 'barplot' from package 'graphics'

heatlist

additional arguments for function 'HeatmapOP' from package 'epiNEM'

...

additional arguments for function 'plotDnf' from package 'mnem'

Value

Plots of the optimal network phi and perturbation matrix.

Author(s)

Martin Pirkl

Examples

D <- matrix(rnorm(1000*100), 1000, 100)
colnames(D) <- sample(seq_len(5), 100, replace = TRUE)
result <- nempi(D)
plot(result)

[Package nempi version 1.0.0 Index]