Learn R Programming

fastnet (version 1.0.0)

metric.degree.max.efficient: Efficient Maximal Degree

Description

Calculate the efficient maximal degree of a graph.

Usage

metric.degree.max.efficient(g)

Arguments

g

The input network.

Value

A real constant.

Details

The efficient maximal degree is the 90

Examples

Run this code
# NOT RUN {
x <-  net.erdos.renyi.gnp(1000, 0.01)
metric.degree.max.efficient(x)
# }

Run the code above in your browser using DataLab