Learn R Programming

fastnet (version 1.0.0)

metric.degree.effective: Effective Degree

Description

Calculate the effective degree of a network.

Usage

metric.degree.effective(g, effective_rate = 0.9)

Arguments

g

The input network.

effective_rate

The effective rate (0.9 is set by default).

Value

A real constant.

Details

The effective degree

Examples

Run this code
# NOT RUN {
metric.degree.effective(x)
# }

Run the code above in your browser using DataLab