set_shape_multilevel {multinets} | R Documentation |
Set shapes for levels of a multilevel network
Description
Set vertices shapes for a multilevel network. Default set to "square" (higher level) and "circle" (lower level).
Usage
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 |
shape.false |
a character. The shape to be chosen for the lower
level (attribute |
Value
A graph object. A multilevel network with an added shape
vertex attribute vector.
Author(s)
Neylson Crepalde, neylsoncrepalde@gmail.com
Examples
# Check whether a graph is multilevel
is_multilevel(linked_sim)
# Set the shapes for each level
linked_sim <- set_shape_multilevel(linked_sim)
[Package multinets version 0.2.2 Index]