plot.bootmnem {mnem} | R Documentation |
Plot bootstrap mnem result.
## S3 method for class 'bootmnem' plot(x, reduce = TRUE, ...)
x |
bootmnem object |
reduce |
if TRUE transitively reduces the graphs |
... |
additional parameters for the plotting function plotDNF |
visualization of bootstrap mnem result with Rgraphviz
Martin Pirkl
sim <- simData(Sgenes = 3, Egenes = 2, Nems = 2, mw = c(0.4,0.6)) data <- (sim$data - 0.5)/0.5 data <- data + rnorm(length(data), 0, 1) result <- mnem(data, k = 2, starts = 1) boot <- bootstrap(result, size = 2) plot(boot)