View source: R/network_visual_re.R
network_visual_re | R Documentation |
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"
)
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" |
NULL but visualization in plot panel.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.