plot.epiNEM: Plot pathway.

View source: R/plot_results.R

plot.epiNEMR Documentation

Plot pathway.

Description

Plots the winning pathway structure

Usage

## S3 method for class 'epiNEM'
plot(x, ...)

Arguments

x

object of class epiNEM

...

other arguments

Value

plot of the logical network

Examples

data <- matrix(sample(c(0,1), 100*4, replace = TRUE), 100, 4)
colnames(data) <- c("A", "A.B", "B", "C")
rownames(data) <- paste("E", 1:100, sep = "_")
res <- epiNEM(data, method = "exhaustive")
plot(res)

cbg-ethz/epiNEM documentation built on Nov. 9, 2023, 8:56 p.m.