R/render-ggplot.R
render-ggplot.Rd
Convert Cograph network to ggplot2 object.
A ggplot2 object representing the network.
if (FALSE) { # \dontrun{ adj <- matrix(c(0, 1, 1, 1, 0, 1, 1, 1, 0), nrow = 3) p <- sn_ggplot(adj) } # }