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

igraph - map size of nodes to LoC #11

Open
nfultz opened this issue Jan 28, 2018 · 2 comments
Open

igraph - map size of nodes to LoC #11

nfultz opened this issue Jan 28, 2018 · 2 comments

Comments

@nfultz
Copy link

nfultz commented Jan 28, 2018

It would be slick if long functions were larger and short functions were smaller. LoC is one measure, out degree would be another.

@aaronrudkin
Copy link
Owner

Yeah, absolutely. I basically did a bare minimum mapping from my data to qgraph. I had originally tried igraph, which I know is more popular, but couldn't easily make vertices repel each other, so there were issues in dense parts of the graph -- I also didn't like its default label handling compared to qgraph's. But I'm agnostic going forward in terms of qraph versus igraph versus statnet or whatever.

The other hurdle here is of course that right now the main functions just return, respectively, a dumb list of lists, and a dumb matrix. We'd obviously want to augment those data with more useful measures besides a function call map.

@nfultz
Copy link
Author

nfultz commented Feb 2, 2018

Alternatively, see tidygraph and ggraph.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants