Union two networks
c_net_union(go1, go2)
metanet
Other manipulate:
anno_edge()
,
anno_vertex()
,
c_net_annotate()
,
c_net_filter()
,
c_net_load()
,
c_net_save()
,
get_e()
,
get_n()
,
get_v()
,
is_metanet()
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)