Line type for negative edges. Default is "solid". Other options are "dotted" and "dashed".
inv_weights
Logical. If TRUE, edge weights are inverted (1/weights) so positive edges pull nodes closer together. Default is TRUE.
coord
Optional matrix of coordinates for node positions. If NULL, layout is computed using stress majorization.
...
Additional arguments passed to the plot function.
Layout
Uses a force-directed graph layout based on stress majorization, implemented in the graphlayouts package
via layout_with_stress(). Similar to Kamada-Kawai, but generally faster and with better results.
Static signed networks
plot.static.sign() visualizes a single (static) signed network.