network_visual
or network_withdiff
Re-visualize network plot from network_visual
or network_withdiff
network_visual_re(
network_visual_obj,
module_paint = FALSE,
module_num = NULL,
module_palette = c("aquamarine3", "antiquewhite2", "goldenrod2"),
vertex.size = 6,
vertex.shape = "circle"
)
NULL but visualization in plot panel.
Network object from network_visual
or network_withdiff
Logical. If network module should be painted. Only work for network object from network_withdiff
.
Numeric indicating which module to be painted.
Character string with at least two elements. Palette for painting modules.
Numeric. The size of the vertices, default:6. Only for network object from network_visual
Character. The shape of vertices, default: "circle"