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

Switch to unified view

a b/man/fit_power.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/5.topological.R
3
\name{fit_power}
4
\alias{fit_power}
5
\title{Fit power-law distribution for an igraph}
6
\usage{
7
fit_power(go, p.value = FALSE)
8
}
9
\arguments{
10
\item{go}{igraph}
11
12
\item{p.value}{calculate p.value}
13
}
14
\value{
15
ggplot
16
}
17
\description{
18
Fit power-law distribution for an igraph
19
}
20
\examples{
21
fit_power(co_net)
22
}
23
\seealso{
24
Other topological: 
25
\code{\link{extract_sample_net}()},
26
\code{\link{get_group_skeleton}()},
27
\code{\link{links_stat}()},
28
\code{\link{nc}()},
29
\code{\link{net_par}()},
30
\code{\link{rand_net_par}()},
31
\code{\link{rand_net}()},
32
\code{\link{smallworldness}()}
33
}
34
\concept{topological}