| render-grid | R Documentation |
Main grid-based rendering functions.
See individual functions: soplot returns a
cograph_network object invisibly; sn_ggplot returns a
ggplot2 object.
## Not run:
adj <- matrix(c(0, 1, 1, 1, 0, 1, 1, 1, 0), nrow = 3)
soplot(adj)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.