plot.nempi: Plotting nempi

View source: R/nempi_main.r

plot.nempiR 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)

cbg-ethz/nempi documentation built on Nov. 9, 2023, 3:46 p.m.