|
a |
|
b/man/smallworldness.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/5.topological.R |
|
|
3 |
\name{smallworldness} |
|
|
4 |
\alias{smallworldness} |
|
|
5 |
\title{Calculate small-world coefficient} |
|
|
6 |
\usage{ |
|
|
7 |
smallworldness(go, reps = 99, threads = 1, verbose = TRUE) |
|
|
8 |
} |
|
|
9 |
\arguments{ |
|
|
10 |
\item{go}{igraph or metanet} |
|
|
11 |
|
|
|
12 |
\item{reps}{simulation time} |
|
|
13 |
|
|
|
14 |
\item{threads}{threads} |
|
|
15 |
|
|
|
16 |
\item{verbose}{verbose} |
|
|
17 |
} |
|
|
18 |
\value{ |
|
|
19 |
number |
|
|
20 |
} |
|
|
21 |
\description{ |
|
|
22 |
Calculate small-world coefficient |
|
|
23 |
} |
|
|
24 |
\examples{ |
|
|
25 |
\donttest{ |
|
|
26 |
# set reps at least 99 when you run. |
|
|
27 |
smallworldness(co_net, reps = 9) |
|
|
28 |
} |
|
|
29 |
} |
|
|
30 |
\seealso{ |
|
|
31 |
Other topological: |
|
|
32 |
\code{\link{extract_sample_net}()}, |
|
|
33 |
\code{\link{fit_power}()}, |
|
|
34 |
\code{\link{get_group_skeleton}()}, |
|
|
35 |
\code{\link{links_stat}()}, |
|
|
36 |
\code{\link{nc}()}, |
|
|
37 |
\code{\link{net_par}()}, |
|
|
38 |
\code{\link{rand_net_par}()}, |
|
|
39 |
\code{\link{rand_net}()} |
|
|
40 |
} |
|
|
41 |
\concept{topological} |