This function allowes you to generate three different types of networks with same number of vertices and edges
1 2 |
ScaleFreePowerRange |
A vector containing powers for scale free networks, e.g. c(1.5,1.75) |
SmallWorldProbability |
A vector containing probabilities for small world networks, e.g. c(0.5,0.6) |
plot |
type of plot(string input "point" or "line") |
savingDir |
A string with the directory where to save graph plots. This function requires the network proporties to be generated and saved in that folder by using gen_graps function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.