[7a0be0]: / man / get_group_skeleton.Rd

Download this file

51 lines (42 with data), 1.1 kB

 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
39
40
41
42
43
44
45
46
47
48
49
50
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/2-2.manipulate.R
\name{get_group_skeleton}
\alias{get_group_skeleton}
\alias{skeleton_plot}
\title{Get skeleton network according to a group}
\usage{
get_group_skeleton(go, Group = "v_class", count = NULL, top_N = 8)
skeleton_plot(ske_net, split_e_type = TRUE, ...)
}
\arguments{
\item{go}{network}
\item{Group}{vertex column name}
\item{count}{take which column count, default: NULL}
\item{top_N}{top_N}
\item{ske_net}{skeleton}
\item{split_e_type}{split by e_type? default: TRUE}
\item{...}{additional parameters for \code{\link[igraph]{igraph.plotting}}}
}
\value{
skeleton network
}
\description{
Get skeleton network according to a group
Skeleton plot
}
\examples{
get_group_skeleton(co_net) -> ske_net
skeleton_plot(ske_net)
}
\seealso{
Other topological:
\code{\link{extract_sample_net}()},
\code{\link{fit_power}()},
\code{\link{links_stat}()},
\code{\link{nc}()},
\code{\link{net_par}()},
\code{\link{rand_net_par}()},
\code{\link{rand_net}()},
\code{\link{smallworldness}()}
}
\concept{topological}