-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Reboot of plotting methods #33
Comments
I think
And for the temporal networks use http://statnet.csde.washington.edu/workshops/SUNBELT/current/ndtv/ndtv_workshop.html#render-a-network-in-markdown-document-or-rstudio creating helpers functions. And obviously provide a lot of examples as vignettes or blog posts. A relative similar argument is in http://blog.mjskay.com/2017/11/05/i-don-t-want-your-monolithic-ggplot-function/ What do you think? |
I agree, that's why the igraph.to.gexf and vice versa already exist https://github.com/gvegayon/rgexf/blob/master/R/igraph.r :). What I was asking is actually other JS libraries (like sigma.js) that parse GEXF files, and include those in the package. The networkDynamic format is something that I've been thingking too, but that's for a new issue. |
I'm lacking of searching skills 😓 sorry. Ok. So, you want/prefer to implement some JS libraries in the package. right? |
Yup, just like we used to have with sigma.js (and now we have with gexf-js). Ideally we should have an argument in plot.gexf to choose what method to use, but for now you can work on a stand-alone function and merge it later (if you have the time to do so of course!). I don't know much about JS, and it seems that sigma.js as plenty of that going on. For gexf-js I'm using the servr::httd function to start the web server to lunch the website, you can use the same for sigma.js (I remember you using Rook). |
By the way, I've just posted an example using rgexf + gexf-js + netdiffuseR (some other project that I'm working on) on my website: http://ggvy.cl/post/reboot-of-rgexf/ |
Since #29 is not closed yet, and I've been wanted to get back to this project, I've just implemented a new plotting method (last committed on 76906e2) using gexf-js (by @raphv and friends).
Finally, on the same push, I've included @raphv and @gephi Consortium as copyright holders and coauthors of the R package 😄.
@jbkunst, can you take a look at other methods for viz GEXF files?
The text was updated successfully, but these errors were encountered: