plotGraphChange, plotTk, plotManipulate {fanovaGraph} | R Documentation |
Plot Graph as It Changes with Delta
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
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 |
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 |
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
# see demo(Threshold)
[Package fanovaGraph version 1.5 Index]