R/methods-plot.R
plot.cograph_network.Rd
Plot cograph_network Object
# S3 method for class 'cograph_network' plot(x, ...)
A cograph_network object.
Additional arguments passed to sn_render.
The input object x, invisibly.
x
if (FALSE) { # \dontrun{ adj <- matrix(c(0, 1, 1, 1, 0, 1, 1, 1, 0), nrow = 3) net <- cograph(adj) plot(net) } # }