- x
snha graph object usually created with the 'snha' function or an
adjacency matrix
- type
character string specifying the plot type either 'network' or
' cor', default: 'network'
- layout
graph layout for plotting one of 'circle', 'sam', 'samd',
'grid', 'mds', 'mdsd', 'star', default: 'circle'
- vertex.color
default color for the vertices, either a single value,
all vertices have hen this color or a vector of values,
for different colors for the nodes, default: 'salmon'
- cex
size of the vertex labels which are plotted on the vertices, default: 1
- vertex.size
number how large the vertices should be plotted, default: 5
- edge.width
number on how strong the edges should be plotted, if
edge.width=0, then the number is based on the correlation values,
default: 2
- edge.color
color to be plotted for edges. Usually vector of length two.
First color for positive correlations, second color for negative
correlations. Default: c('grey','red')
- edge.text
optional matrix to give edge labels, default: NULL
- edge.cex
character expansion for edge labels, default: 0.8
- edge.pch
plotting character which should be placed below the edge.text,
default: 0
- noise
should be noise added to the layout. Sometimes useful if nodes
are too close. Default: FALSE
- hilight.chain
which chain should be highlighted,
default: NULL (no chain highlight)
- chain.color
which color for chain edges, default: black
- star.center
the centered node if layout is 'start', must be
a character string for the node name, default: NULL
- plot.labels
should node labels plotted, default: TRUE
- lty
line type for standard edges in the graph, default: 1
- threshold
cutoff values for bootstrap probabilities for drawing edges
as dotted, broken lines and solid lines, default: c(0.25,0.5,0.75)
- interactive
switch into interactive mode where you can click in the
graph and move nodes with two clicks, first selecting the node,
second click gives the new coordinates for the node, default: FALSE
- ...
currently not used