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

Switch to unified view

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