These functions will plot graphs of the motifs used in a vector of results of e.g. a triad census.
# S3 method for node_motif
plot(x, ...)# S3 method for network_motif
plot(x, ...)
plot.node_motif() returns a set of graphs that illustrate the
motifs mentioned in the results from a node_motif function in {manynet}.
plot.network_motif() returns a set of graphs that illustrate the
motifs mentioned in the results from a net_motif function in {manynet}.
An object of "node_motif" class, e.g. resulting from a call to
manynet::node_by_triad().
Other arguments to be passed on.