Assembles a complete network plot from netify plot components. This function automatically adds all available layers (edges, nodes, text, labels) 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, labels)
Inserts scale resets between layers when necessary
Includes facets and themes if present