draw.net {fastnet}R Documentation

Plot of a small network

Description

Plot a small network.

Usage

draw.net(net)

Arguments

net

The input network.

Details

Plot a small network.

Value

A .gif plot.

Author(s)

Xu Dong, Nazrul Shaikh.

Examples

## Not run: 
x <-  net.ring.lattice(12,4)
draw.net(x)
## End(Not run)

[Package fastnet version 1.0.0 Index]