plotGraph: Plot interaction network

Description Usage Arguments Value Author(s) Examples

Description

Plots a graph representing the interaction network described by the data

Usage

1
plotGraph(x, vsize = 0.1, main = NULL, verbose = FALSE, keepNames = FALSE, ...)

Arguments

x

Object containing parameter matrix in form of x$Parms

vsize

Integer inversely proportional to the size of the nodes

main

Title of the plot

verbose

Include edge values in output network

keepNames

Set to TRUE if plotted Network should keep the names of the variables as given in the observations table. Default = FALSE

...

Value

igraph object

Author(s)

Lukas Hirsch

Examples

1
2
3
4
5
data <- gLVgenerateData(2,2,100,0.1, 20)
#plotGraph(data)
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

lkshrsch/gLVInterNetworks documentation built on May 21, 2019, 7:33 a.m.