Learn R Programming

fastnet (version 1.0.0)

draw.net: Plot of a small network

Description

Plot a small network.

Usage

draw.net(net)

Arguments

net

The input network.

Value

A .gif plot.

Details

Plot a small network.

Examples

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

Run the code above in your browser using DataLab