c_net_compare {MetaNet}R Documentation

Compare Two Networks

Description

Compare Two Networks

Usage

c_net_compare(g1, g2)

Arguments

g1

network1

g2

network2

Value

A list containing the following elements:

Examples

data("c_net")
set.seed(12)
co_net_p1 <- c_net_filter(co_net, name %in% sample(V(co_net)$name, 300))
co_net_p2 <- c_net_filter(co_net, name %in% sample(V(co_net)$name, 300))
c_net_compare(co_net_p1, co_net_p2) -> c_net_comp
plot(c_net_comp)

[Package MetaNet version 0.2.7 Index]