Skip to content

R package for computing graph distances

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

dschuhmacher/graphmetrics

Repository files navigation

graphmetrics

R-CMD-check

Compute distances between graphs exactly or approximately and perform distance-based statistical analyses.

Based on Schuhmacher and Wirth (2023).

Comments, suggestions and contributions are welcome!

Installation

Install directly from GitHub by saying in R

remotes::install_github("dschuhmacher/graphmetrics")

For doing exact computations with method = cplex_match, you will have to install IBM ILOG CPLEX (there are free Academic and Community Editions) and the R packages Rcplex and ROI.plugin.cplex).

Getting started

The workhorse function for computing distances is called gdist. Functions for performing statistical analyses based on distances are anderson_anova and msm_levene. More information can be obtained from the respective help pages once the package has been installed.

About

R package for computing graph distances

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published