Union two networks

c_net_union(go1, go2)

Arguments

go1

metanet object

go2

metanet object

Value

metanet

See also

Examples

data("c_net")
co_net_union <- c_net_union(co_net, co_net2)
#> Duplicated vertexes: 62
#> Use the attributes of the first network.
#> Duplicated edges: 0
#> Use the attributes of the first network.
#> 'v_class' and 'color' not match one by one, update 'color'.
#> 'e_class' and 'lty' not match one by one, update 'lty'.
c_net_plot(co_net_union)