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

Switch to unified view

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