Learn R Programming

fastnet (version 1.0.0)

preview.deg: Preview of the degree distribution of a network

Description

Present the first 10 degrees of a network.

Usage

preview.deg(g)

Arguments

g

The input network.

Value

A vector.

Details

Present the first 10 degrees of a network.

Examples

Run this code
# NOT RUN {
x <-  net.ring.lattice(12,4)
preview.deg(x)
# }

Run the code above in your browser using DataLab