plot.epiNEM: Plot pathway.

Description Usage Arguments Value Examples

View source: R/plot_results.R

Description

Plots the winning pathway structure

Usage

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

Arguments

x

object of class epiNEM

...

other arguments

Value

plot of the logical network

Examples

1
2
3
4
5
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)

epiNEM documentation built on Nov. 8, 2020, 6:51 p.m.