Skip to contents

This function creates a network plot. This function also provides options for customizing network visualizations, allowing users to adjust node sizes, edge weights, and color schemes to highlight specific patterns or relationships of interest.

Usage

net_plot (g, type)

Arguments

g

An igraph object preprocessed by v_colored or ctr_g.

type

You can choose between "phylo" or "centrality".

Value

An igraph object.

Examples


data ("ctr_g_dstool")
net_plot (ctr_g_dstool, type = "centrality")