We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some arguments for nodes, labels and possibly edges might be read from the network object attributes, as in this example that reads the mode.
network
Arguments that could be read from attributes:
weight.method
node.group
node.alpha
node.color
segment.alpha
segment.color
segment.size
get.edge.attribute
label.nodes
label.color
label.alpha
The issue is: how to distinguish network attribute names from colors?
The text was updated successfully, but these errors were encountered:
Reading vertex attributes (including the mode) is now implemented in ggnet2.
ggnet2
Sorry, something went wrong.
briatte
No branches or pull requests
Some arguments for nodes, labels and possibly edges might be read from the
network
object attributes, as in this example that reads the mode.Arguments that could be read from attributes:
weight.method
(e.g. reading weighted centrality from the nodes)node.group
,node.alpha
,node.color
(would avoid problems when passing color scale values)segment.alpha
,segment.color
andsegment.size
(usingget.edge.attribute
)label.nodes
and new arguments likelabel.color
andlabel.alpha
(yet to be added)The issue is: how to distinguish network attribute names from colors?
The text was updated successfully, but these errors were encountered: