plot.nempi {nempi} | R Documentation |
Plot function for an object of class 'nempi'.
## S3 method for class 'nempi' plot(x, barlist = list(), heatlist = list(), ...)
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' |
Plots of the optimal network phi and perturbation matrix.
Martin Pirkl
D <- matrix(rnorm(1000*100), 1000, 100) colnames(D) <- sample(seq_len(5), 100, replace = TRUE) result <- nempi(D) plot(result)