[7a0be0]: / man / c_net_union.Rd

Download this file

39 lines (37 with data), 734 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/2-2.manipulate.R
\name{c_net_union}
\alias{c_net_union}
\title{Union two networks}
\usage{
c_net_union(go1, go2)
}
\arguments{
\item{go1}{metanet object}
\item{go2}{metanet object}
}
\value{
metanet
}
\description{
Union two networks
}
\examples{
data("c_net")
co_net_union <- c_net_union(co_net, co_net2)
c_net_plot(co_net_union)
}
\seealso{
Other manipulate:
\code{\link{anno_edge}()},
\code{\link{anno_vertex}()},
\code{\link{c_net_annotate}()},
\code{\link{c_net_filter}()},
\code{\link{c_net_load}()},
\code{\link{c_net_save}()},
\code{\link{get_e}()},
\code{\link{get_n}()},
\code{\link{get_v}()},
\code{\link{is_metanet}()}
}
\concept{manipulate}