Learn R Programming

igraph (version 1.3.5)

.apply_modifiers: Applies a set of constructor modifiers to an already constructed graph.

Description

This is a helper function for the common parts of make_ and sample_.

Usage

.apply_modifiers(graph, mods)

Value

The modified graph

Arguments

graph

The graph to apply the modifiers to

mods

The modifiers to apply