generate: Spatially Embedded Random Network Generator

Description Usage Arguments Value Author(s) Examples

View source: R/generate.R

Description

Generates a Spatially Embedded Random Network

Usage

1
generate(s, q, N)

Arguments

s

s parameter

q

q parameter

N

number of nodes

Value

An igraph object including

weight

length of each edge

x

x coordinates of nodes

y

y coordinates of nodes

Author(s)

Eric Parsonage

Examples

1
2
3
x<-generate(0.1, 0.01, 1000)
adjacent.triangles(x)
plot.igraph(x)

lamestllama/RSERN documentation built on May 20, 2019, 7:33 p.m.