Learn R Programming

LorMe (version 1.1.0)

network_visual_re: 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"
)

Value

NULL but visualization in plot panel.

Arguments

network_visual_obj

Network object from network_visual or network_withdiff

module_paint

Logical. If network module should be painted. Only work for network object from network_withdiff.

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 network_visual

vertex.shape

Character. The shape of vertices, default: "circle"