R/PlotFunction.R

Defines functions PlotFunction

Documented in PlotFunction

PlotFunction <-
function(Network, NodeSize, NodeColor, NodeLabel, LabelPos = 0, NodeCoord, MainTitle)
{
	# Global network representation
  	plot(Network, vertex.size = NodeSize, vertex.color = NodeColor, vertex.label = NodeLabel, vertex.label.dist = LabelPos, layout = NodeCoord, edge.arrow.size = 0.5, main = MainTitle)
 	 	      
# End of function PlotFunction() 	      	
}

Try the ARTIVA package in your browser

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

ARTIVA documentation built on May 1, 2019, 6:31 p.m.