Package intergraph goes 2.0
[This article was first published on Brokering Closure » R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Yesterday I submitted a new version (marked 2.0-0) of package ‘intergraph’ to CRAN. There are some major changes and bug fixes. Here is a summary:
- The package supports “igraph” objects created with ‘igraph’ version 0.6-0 and newer (vertex indexing starting from 1, not 0) only!
- Main functions for converting network data between object classes “igraph” and “network” are now called
asIgraph
andasNetwork
. - There is a generic function
asDF
that converts network object to a list of two data frames containing (1) edge list with edge attributes and (2) vertex database with vertex attributes - Functions
asNetwork
andasIgraph
allow for creating network objects from data frames (edgelists with edge attributes and vertex databases with vertex attributes).
I have written a short tutorial on using the package. It is available on package home page on R-Forge. Here is the direct link.
Usage experiences and bug reports are more than welcome.
To leave a comment for the author, please follow the link and comment on their blog: Brokering Closure » R.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.