static.fitness.game | R Documentation |
static.fitness.game()
was renamed to sample_fitness()
to create a more
consistent API.
static.fitness.game(
no.of.edges,
fitness.out,
fitness.in = NULL,
loops = FALSE,
multiple = FALSE
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.