get_group_skeleton: Get skeleton network according to a group

get_group_skeletonR Documentation

Get skeleton network according to a group

Description

Get skeleton network according to a group

Skeleton plot

Usage

get_group_skeleton(go, Group = "v_class", count = NULL, top_N = 8)

skeleton_plot(ske_net, split_e_type = TRUE, ...)

Arguments

go

network

Group

vertex column name

count

take which column count, default: NULL

top_N

top_N

ske_net

skeleton

split_e_type

split by e_type? default: TRUE

...

additional parameters for igraph.plotting

Value

skeleton network

See Also

Other topological: extract_sample_net(), fit_power(), links_stat(), nc(), net_par(), rand_net(), rand_net_par(), smallworldness()

Examples

get_group_skeleton(co_net) -> ske_net
skeleton_plot(ske_net)

MetaNet documentation built on June 26, 2025, 5:07 p.m.