simplified: Constructor modifier to drop multiple and loop edges

View source: R/make.R

simplifiedR Documentation

Constructor modifier to drop multiple and loop edges

Description

Constructor modifier to drop multiple and loop edges

Usage

simplified()

See Also

Constructor modifiers (and related functions) make_(), sample_(), with_edge_(), with_graph_(), with_vertex_(), without_attr(), without_loops(), without_multiples()

Examples

sample_(pa(10, m = 3, algorithm = "bag"))
sample_(pa(10, m = 3, algorithm = "bag"), simplified())

igraph documentation built on Oct. 20, 2024, 1:06 a.m.