Examples for 'igraph::with_vertex_'


Constructor modifier to add vertex attributes

Aliases: with_vertex_

Keywords:

### ** Examples

make_(ring(10),
  with_vertex_(
    color = "#7fcdbb",
    frame.color = "#7fcdbb",
    name = LETTERS[1:10])) %>%
  plot()
plot of chunk example-igraph-with_vertex_-1

[Package igraph version 1.3.1 Index]