degree.collect          Degrees of nodes
degree.dist             Plot of the degree distribution of a network
degree.hist             Histogram of the degree distribution of a
                        network
draw.net                Plot of a small network
from.adjacency          Adjacency Matrix to 'fastnet'
from.edgelist           Edgelist to 'fastnet'
from.igraph             Transform an 'igraph' object to a 'fastnet'
                        object
from.statnet            'statnet' to 'fastnet'
get.neighbors           Neighbors of an agent in a network
metric.cluster.global   Global Clustering Coefficient
metric.cluster.mean     Mean Local Clustering Coefficient
metric.cluster.median   Median Local Clustering Coefficient
metric.degree.effective
                        Effective Degree
metric.degree.entropy   Degree Entropy
metric.degree.max       Maximal Degree
metric.degree.max.efficient
                        Efficient Maximal Degree
metric.degree.mean      Mean Degree
metric.degree.median    Median Degree
metric.degree.min       Minimal Degree
metric.degree.sd        Standard Deviation of Degree Distribution
metric.distance.apl     Average Path Length
metric.distance.diameter
                        Diameter
metric.distance.effdia
                        Effective Diameter
metric.distance.meanecc
                        Mean Eccentricity
metric.distance.medianecc
                        Median Eccentricity
metric.distance.mpl     Median Path Length
metric.eigen.mean       Mean Eigenvalue Centrality
metric.eigen.median     Median Eigenvalue Centrality
metric.eigen.value      Eigenvalue Score
metric.graph.density    Graph Density
net.barabasi.albert     Barabasi-Albert Scale-free Graph
net.caveman             Caveman Network
net.cluster.affiliation
                        Generate a cluster-affiliation graph
net.complete            Complete Network
net.degree.constraint   Generate a degree-constraint graph
net.erdos.renyi.gnm     Directed / Undirected Erdos-Renyi G(n,m)
                        network using a fix edge size.
net.erdos.renyi.gnp     Directed / Undirected Erdos-Renyi G(n,p)
                        network
net.holme.kim           Holme-Kim Network
net.random.plc          Random Network with a Power-law Degree
                        Distribution that Has An Exponential Cutoff
net.rewired.caveman     Rewired (Connected) Caveman Network
net.ring.lattice        _k_ - regular ring lattice
net.watts.strogatz      Watts-Strogatz Small-world Network
preview.deg             Preview of the degree distribution of a network
preview.net             Preview of a network
to.edgelist             'fastnet' to edgelist
to.igraph               'fastnet' to 'igraph'
to.tidygraph            'fastnet' to 'tidygraph'
