plotGraphChange: Plot Graph as It Changes with Delta

Description Usage Arguments Note Author(s) See Also Examples

View source: R/plotGraphChange.R

Description

Graphs are plottet depending on a change on delta, the threshold for edges to appear in the graph, to enable a visual decision for delta by graph behavior.

Usage

1
2
3
plotGraphChange(graphlist, fix.layout = TRUE, delta.layout = 0.01)
plotTk(graphlist, delta.layout=0.01)
plotManipulate(graphlist, delta.layout=0.01)

Arguments

graphlist

an object of class graphlist as obtained from estimateGraph

fix.layout

logical, if TRUE (default) the position of the vertices is fixed for all plots such that the positions are optimal for delta = delta.layout

delta.layout

optional value between 0 and 1, see fix.layout, defaults to 0.01

Note

plotGraphChange shows the changing of the graph step by step by changing plots as in demo, plotTk is an interactive version using tcltk, plotManipulate is an interactive version using manipulate

Author(s)

J. Fruth, O. Roustant

See Also

plotDeltaJumps, plot.graphlist

Examples

1
# see demo(Threshold)

fanovaGraph documentation built on Oct. 23, 2020, 5:46 p.m.