| render-ggplot | R Documentation |
Convert Cograph network to ggplot2 object.
A ggplot2 object representing the network.
## Not run:
adj <- matrix(c(0, 1, 1, 1, 0, 1, 1, 1, 0), nrow = 3)
p <- sn_ggplot(adj)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.