1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
# `intergraph`: Coercion Routines for Network Data Objects
<!-- badges: start -->
[](https://github.com/mbojan/intergraph/actions/workflows/R-CMD-check.yaml)
[](https://www.r-pkg.org/pkg/intergraph)
[](https://CRAN.R-project.org/package=intergraph)
[](https://www.r-pkg.org/pkg/intergraph)
[](https://dx.doi.org/10.5281/zenodo.19148)
[](https://app.codecov.io/gh/mbojan/intergraph?branch=master)
<!-- badges: end -->
This is an R package implementing methods for converting network data objects
between classes defined in other packages. Currently supported classes:
network, igraph.
See projects web page on [mbojan.github.io/intergraph](https://mbojan.github.io/intergraph/).
# Install
Install stable version from CRAN or development version with
```r
remotes::install_github("mbojan/intergraph")
```
# License
GPL-3.
|