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