Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

without_attr

Construtor modifier to remove all attributes from a graph


Description

Construtor modifier to remove all attributes from a graph

Usage

without_attr()

See Also

Other constructor modifiers: simplified(), with_edge_(), with_graph_(), with_vertex_(), without_loops(), without_multiples()

Examples

g1 <- make_ring(10)
g1

g2 <- make_(ring(10), without_attr())
g2

igraph

Network Analysis and Visualization

v1.2.10
GPL (>= 2)
Authors
See AUTHORS file.
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.