Diff of /man/c_net_load.Rd [000000] .. [13df9a]

Switch to unified view

a b/man/c_net_load.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/2-2.manipulate.R
3
\name{c_net_load}
4
\alias{c_net_load}
5
\title{Load network file}
6
\usage{
7
c_net_load(filename, format = "data.frame")
8
}
9
\arguments{
10
\item{filename}{filename}
11
12
\item{format}{"data.frame","graphml"}
13
}
14
\value{
15
metanet
16
}
17
\description{
18
Load network file
19
}
20
\seealso{
21
Other manipulate: 
22
\code{\link{anno_edge}()},
23
\code{\link{anno_vertex}()},
24
\code{\link{c_net_annotate}()},
25
\code{\link{c_net_filter}()},
26
\code{\link{c_net_save}()},
27
\code{\link{c_net_union}()},
28
\code{\link{get_e}()},
29
\code{\link{get_n}()},
30
\code{\link{get_v}()},
31
\code{\link{is_metanet}()}
32
}
33
\concept{manipulate}