web: web

Description Usage Arguments Value Examples

Description

Creates an initial configuration given by g on a set of portals.

Usage

1
2
3
4
web(g, ...)

## Default S3 method:
web(g, px, k = 10, rot = 256, ...)

Arguments

g

web: a given linking structure

...

further parameters (unused)

px

numeric matrix: xy-coordinates of portals

k

numeric: number of neighbours (default: 10)

rot

numeric: number of rotations (if >0) or iterations (if <0) to find a good starting position (default: 8)

Value

web with starting configuration

NULL

Examples

1
2
3
4
xy <- cbind(runif(30), runif(30))
g  <- fishbone(8)
gf <- web(g, xy)
plot(gf)

SigbertIngress/findWeb documentation built on May 26, 2019, 4:38 p.m.