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

Switch to unified view

a b/man/get_n.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/2-2.manipulate.R
3
\name{get_n}
4
\alias{get_n}
5
\title{Get network information}
6
\usage{
7
get_n(go, index = NULL, simple = FALSE)
8
}
9
\arguments{
10
\item{go}{metanet object}
11
12
\item{index}{attribute name, default: NULL}
13
14
\item{simple}{logical, get simple index}
15
}
16
\value{
17
data.frame
18
}
19
\description{
20
Get network information
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_save}()},
30
\code{\link{c_net_union}()},
31
\code{\link{get_e}()},
32
\code{\link{get_v}()},
33
\code{\link{is_metanet}()}
34
}
35
\concept{manipulate}