powered by
Plot cograph_network Object
# S3 method for cograph_network plot(x, ...)
The input object x, invisibly.
x
A cograph_network object.
Additional arguments passed to sn_render.
if (FALSE) { adj <- matrix(c(0, 1, 1, 1, 0, 1, 1, 1, 0), nrow = 3) net <- cograph(adj) plot(net) }
Run the code above in your browser using DataLab