[7a0be0]: / man / rand_net.Rd

Download this file

35 lines (33 with data), 693 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/5.topological.R
\name{rand_net}
\alias{rand_net}
\title{Degree distribution comparison with random network}
\usage{
rand_net(go = go, plot = TRUE)
}
\arguments{
\item{go}{igraph object}
\item{plot}{plot or not}
}
\value{
ggplot
}
\description{
Degree distribution comparison with random network
}
\examples{
rand_net(co_net)
}
\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{smallworldness}()}
}
\concept{topological}