without_attr
From igraph v1.2.2
by Gabor Csardi
Construtor modifier to remove all attributes from a graph
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
# NOT RUN {
g1 <- make_ring(10)
g1
g2 <- make_(ring(10), without_attr())
g2
# }
Community examples
Looks like there are no examples yet.