wiener: Wiener index

Description Usage Arguments Value Author(s) References Examples

View source: R/wiener.R

Description

This method calculates the Wiener index.

Usage

1

Arguments

g

a graph as a graphNEL object.

dist

the distance matrix of the graph. If the parameter is empty the distance matrix will be calculated within the function.

Value

This method returns the Wiener index.

Author(s)

Laurin Mueller

References

H. Wiener, Structural Determination of Paraffin Boiling Points, Journal of the American Chemical Society, vol. 69, no. 1, pp. 17-20, Jan. 1947.

Examples

1
2
3
4
5
library(RBGL)
set.seed(123)
g <- randomGraph(1:8, 1:5, 0.36, weights=FALSE)

wiener(g)

QuACN documentation built on May 2, 2019, 8:18 a.m.