Skip to contents

Theming

Functions for tailoring graphs with themes, scales, and palettes.

Plotting methods

Functions for graphing networks and plotting results. graphr() graphs any manynet-compatible class object automagically. graphs() and grapht() do the same for multiple networks and dynamic networks, respectively. plot() methods exist for results and other objects for stocnet packages.

graphr()
Easily graph networks with sensible defaults
graphs()
Easily graph a set of networks with sensible defaults
grapht()
Easily animate dynamic networks with sensible defaults
plot(<node_measure>) plot(<tie_measure>) plot(<network_measures>)
Plotting logical marks Plotting numeric measures
plot(<node_member>) plot(<matrix>)
Plotting categorical memberships
plot(<node_motif>) plot(<network_motif>)
Plotting tabular motifs
plot(<netlm>) plot(<netlogit>)
Plotting methods for MRQAP models
plot(<diff_model>) plot(<diffs_model>) plot(<learn_model>)
Plotting diffusion models
plot(<network_test>)
Plotting methods for CUG and QAP tests
plot(<ag_conv>) plot(<traces.monan>) plot(<ergm>)
Plotting convergence diagnostics
plot(<ag_gof>) plot(<gof.stats.monan>) plot(<sienaGOF>) plot(<gof.ergm>)
Plotting goodness-of-fit results
plot(<selectionTable>) plot(<influenceTable>)
Plotting effects interpretation

Layouts

Functions for laying out the nodes in a graph. Included here are some improved or additional layouts to those offered in igraph and ggraph by default.

Results objects from other packages