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

Switch to side-by-side view

--- a
+++ b/man/smallworldness.Rd
@@ -0,0 +1,41 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/5.topological.R
+\name{smallworldness}
+\alias{smallworldness}
+\title{Calculate small-world coefficient}
+\usage{
+smallworldness(go, reps = 99, threads = 1, verbose = TRUE)
+}
+\arguments{
+\item{go}{igraph or metanet}
+
+\item{reps}{simulation time}
+
+\item{threads}{threads}
+
+\item{verbose}{verbose}
+}
+\value{
+number
+}
+\description{
+Calculate small-world coefficient
+}
+\examples{
+\donttest{
+# set reps at least 99 when you run.
+smallworldness(co_net, reps = 9)
+}
+}
+\seealso{
+Other topological: 
+\code{\link{extract_sample_net}()},
+\code{\link{fit_power}()},
+\code{\link{get_group_skeleton}()},
+\code{\link{links_stat}()},
+\code{\link{nc}()},
+\code{\link{net_par}()},
+\code{\link{rand_net_par}()},
+\code{\link{rand_net}()}
+}
+\concept{topological}