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

Switch to unified view

a b/man/get_community.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/6.modules.R
3
\name{get_community}
4
\alias{get_community}
5
\title{Get community}
6
\usage{
7
get_community(go_m)
8
}
9
\arguments{
10
\item{go_m}{module metanet}
11
}
12
\value{
13
community
14
}
15
\description{
16
Get community
17
}
18
\seealso{
19
Other module: 
20
\code{\link{filter_n_module}()},
21
\code{\link{get_module_eigen}()},
22
\code{\link{get_module}()},
23
\code{\link{module_detect}()},
24
\code{\link{module_eigen}()},
25
\code{\link{module_net}()},
26
\code{\link{summary_module}()},
27
\code{\link{to_module_net}()},
28
\code{\link{zp_analyse}()}
29
}
30
\concept{module}