R igraph manual pages

Use this if you are using igraph from R

.apply_modifiers {igraph}R Documentation

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)

Arguments

graph

The graph to apply the modifiers to

mods

The modifiers to apply

Value

The modified graph


[Package igraph version 1.3.1 Index]