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

Switch to side-by-side view

--- a
+++ b/man/get_community.Rd
@@ -0,0 +1,30 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/6.modules.R
+\name{get_community}
+\alias{get_community}
+\title{Get community}
+\usage{
+get_community(go_m)
+}
+\arguments{
+\item{go_m}{module metanet}
+}
+\value{
+community
+}
+\description{
+Get community
+}
+\seealso{
+Other module: 
+\code{\link{filter_n_module}()},
+\code{\link{get_module_eigen}()},
+\code{\link{get_module}()},
+\code{\link{module_detect}()},
+\code{\link{module_eigen}()},
+\code{\link{module_net}()},
+\code{\link{summary_module}()},
+\code{\link{to_module_net}()},
+\code{\link{zp_analyse}()}
+}
+\concept{module}