Description Usage Arguments Note Author(s) Examples
Plot arc strengths derived from bootstrap resampling.
1 2 3 |
x |
an object of class |
draw.threshold |
a boolean value. If |
main,xlab,ylab |
character strings, the main title and the axes labels. |
... |
other graphical parameters. |
The xlim
and ylim
graphical parameters are always overridden.
Marco Scutari
1 2 3 4 5 6 7 | data(learning.test)
start = random.graph(nodes = names(learning.test), num = 50)
netlist = lapply(start, function(net) {
hc(learning.test, score = "bde", iss = 10, start = net) })
arcs = custom.strength(netlist, nodes = names(learning.test), cpdag = FALSE)
plot(arcs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.