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

Switch to unified view

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