powered by
Plot cograph_network Object
# S3 method for cograph_network plot(x, ...)
Invisible x.
A cograph_network object.
Additional arguments passed to sn_render.
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