Learn R Programming

fastnet (version 1.0.0)

preview.net: Preview of a network

Description

Present the first 10 ego-centric lists of a network.

Usage

preview.net(net)

Arguments

net

The input network.

Value

A list.

Details

the connection condition of the first 10 nodes in a network.

Examples

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

Run the code above in your browser using DataLab