v1.9.0
Updates to network_p2p(), with breaking changes to the argument, addressing issue #225:
network_p2p()now has acentralityargument for computing and visualizing centrality as node sizes in the network plot- the
algorithmargument is renamed tolayoutfor better intuitiveness - Improved consistency and intuitiveness of the API, with
styleargument now controlling the network plotting mechanism andreturnargument controlling whether plots are generated interactively or saved as PDF - Added a large number of community detection algorithms from
igraph
network_summary() adds the ability to return pagerank.
This version also includes some minor dependency maintenance done to create_dt().