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")
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
).A graph object. A multilevel network with an added shape
vertex attribute vector.
# Check whether a graph is multilevel is_multilevel(linked_sim) # Set the shapes for each level linked_sim <- set_shape_multilevel(linked_sim)
Neylson Crepalde, neylsoncrepalde@gmail.com
Useful links