Skip to content
New issue

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

Read from network attributes #6

Closed
briatte opened this issue Jan 2, 2014 · 1 comment
Closed

Read from network attributes #6

briatte opened this issue Jan 2, 2014 · 1 comment
Assignees

Comments

@briatte
Copy link
Owner

briatte commented Jan 2, 2014

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 and segment.size (using get.edge.attribute)
  • label.nodes and new arguments like label.color and label.alpha (yet to be added)

The issue is: how to distinguish network attribute names from colors?

@briatte briatte self-assigned this Jan 14, 2015
@briatte briatte changed the title Read from network attributes? Read from network attributes Sep 5, 2015
@briatte
Copy link
Owner Author

briatte commented Sep 5, 2015

Reading vertex attributes (including the mode) is now implemented in ggnet2.

@briatte briatte closed this as completed Sep 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant