static.fitness.game {igraph} | R Documentation |
Random graphs from vertex fitness scores
Description
static.fitness.game()
was renamed to sample_fitness()
to create a more
consistent API.
Usage
static.fitness.game(
no.of.edges,
fitness.out,
fitness.in = NULL,
loops = FALSE,
multiple = FALSE
)
Arguments
no.of.edges |
The number of edges in the generated graph. |
fitness.out |
A numeric vector containing the fitness of each vertex. For directed graphs, this specifies the out-fitness of each vertex. |
fitness.in |
If If this argument is not |
loops |
Logical scalar, whether to allow loop edges in the graph. |
multiple |
Logical scalar, whether to allow multiple edges in the graph. |
[Package igraph version 2.0.3 Index]