| model.sw()
 | Simulate network via small world model | 
        
        | model.ff()
 | Simulate network via forest fire model | 
        
        | model.er()
 | Simulate network via erdos-renyi model | 
        
        | model.mer()
 | Simulate network via modular erdos-renyi model | 
        
        | model.pa()
 | Simulate network via preferential attachment model | 
        
        | model.mpa()
 | Simulate network via modular preferential attachment model | 
        
        | model.hpa()
 | Simulate diverging models through preferential attachment | 
        
        | model.kd()
 | Plot model degree distribution | 
        
        | model.sim()
 | Simulate multivariate Gaussian data for a model | 
        
        | model.layout()
 | Spring-embedded layout | 
        
        | model.simplify()
 | Removes loops, multi-edges, and isolated vertices from graph | 
        
        | model.plot()
 | Plot model | 
        
        | models.plot()
 | Plot one or more models highlighting differences | 
        
        | model.similarity()
 | Szymkiewicz–Simpson coefficient of edges | 
        
        | models.similarity()
 | Edge similarity of two or more graphs |