Learn R Programming

GNAR (version 1.0)

seed.nos: Vector of seed numbers

Description

Seed numbers for reproducible random graphs.

Usage

seed.nos

Arguments

Format

seed.nos is a vector of length 10,000 containing integers.

Examples

Run this code
# NOT RUN {
g <- seedToNet(seed.nos[1], nnodes=35, graph.prob=0.15)
plot(g, vertex.label=colnames(gdpVTS), vertex.size=0)
# }

Run the code above in your browser using DataLab