R/plotRgraphviz.R

Defines functions plotRgraphviz

Documented in plotRgraphviz

plotRgraphviz <- function(Influence) {
	library("Rgraphviz")
	am.graph<-new("graphAM", adjMat=Influence, edgemode="directed")
	plot(am.graph, attrs = list(node = list(fillcolor = "lightblue"), edge = list(arrowsize=0.5)))
	}

Try the TDARACNE package in your browser

Any scripts or data that you put into this service are public.

TDARACNE documentation built on Nov. 8, 2020, 5:48 p.m.