Description Usage Arguments Value Examples
Plot an ising graph.
| 1 | plotIsingGraph(x, weight = 0.6, layout = "kk")
 | 
| x | 
 | 
ggplot ggraph object
| 1 2 3 4 5 | data(fit505)
plotIsingGraph(fit505,weight=0.9) +
guides(shape=guide_legend(nrow=1),
  size=guide_legend(nrow=1),
  color=guide_legend(nrow=4))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.