ggsigned {signnet} | R Documentation |
Plot a signed or complex network
Description
Plot a signed or complex network
Usage
ggsigned(g, type = "signed", attr = NULL, edge_cols = NULL, weights = FALSE)
Arguments
g |
igraph object. Must have a "sign" edge attribute or an attribute containing "P", "N", "A" |
type |
character string. either "signed" or "complex" |
attr |
character string. edge attribute that containing "P", "N", "A" if type="complex" |
edge_cols |
colors used for negative and positive (and ambivalent) ties |
weights |
logical. If TRUE, weights are computed based on sign. Defaults to FALSE |
Details
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.
Value
ggplot2 object
Author(s)
David Schoch
[Package signnet version 1.0.4 Index]