R/render-grid.R
render-grid.Rd
Main grid-based rendering functions.
See individual functions: soplot returns a cograph_network object invisibly; sn_ggplot returns a ggplot2 object.
soplot
cograph_network
sn_ggplot
adj <- matrix(c(0, 1, 1, 1, 0, 1, 1, 1, 0), nrow = 3) soplot(adj)