set_shape_multilevel function

Set shapes for levels of a multilevel network

Set shapes for levels of a multilevel network

Set vertices shapes for a multilevel network. Default set to "square" (higher level) and "circle" (lower level).

set_shape_multilevel(x, shape.true = "square", shape.false = "circle")

Arguments

  • x: a graph object. Must be a multilevel network.
  • shape.true: a character. The shape to be chosen for the higher level (attribute type set to TRUE).
  • shape.false: a character. The shape to be chosen for the lower level (attribute type set to FALSE).

Returns

A graph object. A multilevel network with an added shape

vertex attribute vector.

Examples

# Check whether a graph is multilevel is_multilevel(linked_sim) # Set the shapes for each level linked_sim <- set_shape_multilevel(linked_sim)

Author(s)

Neylson Crepalde, neylsoncrepalde@gmail.com