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

Switch to unified view

a b/man/nc.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/5.topological.R
3
\name{nc}
4
\alias{nc}
5
\title{Calculate natural_connectivity}
6
\usage{
7
nc(p)
8
}
9
\arguments{
10
\item{p}{an igraph or metanet object}
11
}
12
\value{
13
natural_connectivity (numeric)
14
}
15
\description{
16
Calculate natural_connectivity
17
}
18
\examples{
19
igraph::make_ring(10) \%>\% nc()
20
}
21
\references{
22
\code{`nc` in `ggClusterNet`}
23
}
24
\seealso{
25
Other topological: 
26
\code{\link{extract_sample_net}()},
27
\code{\link{fit_power}()},
28
\code{\link{get_group_skeleton}()},
29
\code{\link{links_stat}()},
30
\code{\link{net_par}()},
31
\code{\link{rand_net_par}()},
32
\code{\link{rand_net}()},
33
\code{\link{smallworldness}()}
34
}
35
\concept{topological}