konstantinova: Konstantinova

Description Usage Arguments Value Author(s) References Examples

View source: R/konstantinova.R

Description

This method calculates the Konstantinova index

Usage

1

Arguments

g

a graphNEL object

dist

the Distance Matrix of the graph g (optional)

Value

It returns the Konstantinova index.

Author(s)

Andreas Dander <andreas.dander@umit.at>

Laurin Mueller

References

E. V. Konstantinova and A. A. Paleev. Sensitivity of topological indices of polycyclic graphs. Vychisl. Sistemy, 136:38-48, 1990, In Russion.

Examples

1
2
3
4
5
6
7
library(QuACN)
set.seed(123)
g <- randomGraph(1:8, 1:5, 0.36, weights=FALSE)
mat.dist <- distanceMatrix(g)

konstantinova(g)
konstantinova(g,dist=mat.dist)

QuACN documentation built on May 2, 2019, 5:46 p.m.