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

D3 force layout #48

Closed
thomasp85 opened this issue Feb 16, 2017 · 5 comments
Closed

D3 force layout #48

thomasp85 opened this issue Feb 16, 2017 · 5 comments
Labels

Comments

@thomasp85
Copy link
Owner

No description provided.

@cjyetman
Copy link

I have some experience with this (plotting network graphs with d3-force from an r-pkg) as a collaborator on the networkD3 package. I'd be happy to discuss what your strategy is for this here, and contribute if I can.

@thomasp85
Copy link
Owner Author

Thanks... The strategy is pretty straightforward (at least on paper) — port the algorithm to C++ as with the other layout algorithms... How much work this is going to be is still unknown, but I have a pretty good grasp if Mikes coding style so I don't expect too much trouble

@cjyetman
Copy link

so, the goal is to replicate in ggplot a static version of the the end result of n iterations of d3-force's many-body algorithm?

@thomasp85
Copy link
Owner Author

Jep

@thomasp85
Copy link
Owner Author

Implemented in particles

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

No branches or pull requests

2 participants