draw.net: Plot of a small network

Description Usage Arguments Details Value Author(s) Examples

View source: R/draw.net.R

Description

Plot a small network.

Usage

1
draw.net(net)

Arguments

net

The input network.

Details

Plot a small network.

Value

A .gif plot.

Author(s)

Xu Dong, Nazrul Shaikh.

Examples

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

fastnet documentation built on Jan. 13, 2021, 5:28 p.m.

Related to draw.net in fastnet...