Sponsor of the Day:
Jerkmate
https://doc.linkurious.com/ogma/latest/examples/generator-erdos-renyi.html
Ogma | Examples | Graph generators | Small world
This example shows how to generate a graph from the Erdős–Rényi (ER) model. It uses the erdosRenyi method.
ogma examples graphsmall worldgenerators
https://doc.linkurious.com/ogma/latest/examples/graph-remove-node.html
Ogma | Examples | Graph operations | Remove node
This example shows how to remove a node from the graph using the removeNode method.
ogma examples graphoperationsremovenode
https://doc.linkurious.com/ogma/latest/examples/generator-barabasi-albert.html
Ogma | Examples | Graph generators | Power law
This example shows how to generate a graph from the Barabási–Albert (BA) model. It uses barbasiAlbert.
ogma examples graphgenerators powerlaw
https://doc.linkurious.com/ogma/latest/examples/graph-load.html
Ogma | Examples | Graph operations | Load graph
This example shows how to load a graph using the Ogma constructor.
ogma examples graphoperationsload