Assembles a complete network plot from netify plot components. This function automatically adds all available layers (edges, nodes, text, labels, and their repel versions) in the correct order with appropriate scale resets between layers.
Details
This function provides a convenient way to reassemble a plot from its
components after extracting them with return_components = TRUE
.
It automatically:
Adds layers in the correct order (edges, nodes, text/text_repel, labels/label_repel)
Inserts scale resets between layers when necessary
Handles both standard and repel versions of text and label layers
Includes facets and themes if present