briatte / ggnet

Network visualization with ggplot2
https://briatte.github.io/ggnet/
194 stars 33 forks source link

Make ggnet an installable package? #2

Closed sckott closed 11 years ago

sckott commented 11 years ago

Any reason to not make ggnet an installable R package? Would make it easy for folks to use your code

briatte commented 11 years ago

My preference would be to release the function as part of the GGally package, for which I have already written the ggcorr function. Developing a separate package would require more features and more work on the documentation than I can commit to.

By the way, I'm going to recommend your own gggraph function in issue #3, who is looking for ways to plot bipartite networks.

sckott commented 11 years ago

That solution sounds good!

briatte commented 11 years ago

Dear Scott — I am happy to say that ggnet is now available (with tons of fixes since we discussed it) as part of the GGally package, thanks to its maintainer.

sckott commented 11 years ago

@briatte Awesome, thanks for your work on this