Description Usage Arguments Note Author(s) See Also Examples
View source: R/plotGraphChange.R
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.
1 2 3 | plotGraphChange(graphlist, fix.layout = TRUE, delta.layout = 0.01)
plotTk(graphlist, delta.layout=0.01)
plotManipulate(graphlist, delta.layout=0.01)
|
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 |
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
J. Fruth, O. Roustant
plotDeltaJumps
, plot.graphlist
1 | # see demo(Threshold)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.