plotGraphChange, plotTk, plotManipulate: 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
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
Examples
Run this code# NOT RUN {
# see demo(Threshold)
# }
Run the code above in your browser using DataLab