dynamic.networks: Plot of dynamic networks

View source: R/network.visualization.R

dynamic.networksR Documentation

Plot of dynamic networks

Description

Plot of dynamic networks

Usage

dynamic.networks(weightDT, regulators = NULL, legend.position = "right")

Arguments

weightDT

weightDT

regulators

regulators

legend.position

legend.position

Value

A list of ggplot2 objects

Examples

library(inferCSN)
data("exampleMatrix")
weightDT <- inferCSN(exampleMatrix)
g <- dynamic.networks(weightDT, regulators = weightDT[1, 1])
g


inferCSN documentation built on Nov. 2, 2023, 6:27 p.m.