Plot a signed or complex network
ggsigned(g, type = "signed", attr = NULL, edge_cols = NULL, weights = FALSE)
igraph object. Must have a "sign" edge attribute or an attribute containing "P", "N", "A"
character string. either "signed" or "complex"
character string. edge attribute that containing "P", "N", "A" if type="complex"
colors used for negative and positive (and ambivalent) ties
logical. If TRUE, weights are computed based on sign. Defaults to FALSE
ggplot2 object
This is a very rudimentary visualization of a signed network. If you are fluent in 'ggraph', you can probably cook up something more sophisticated. The function is thus mostly meant to give a quick overview of the network.