What are the initial parameters (number of infected nodes…) that are used to run the simulation in sir() function?
Thank you,
What are the initial parameters (number of infected nodes…) that are used to run the simulation in sir() function?
Thank you,
A single random chosen individual is infected at the start.
When in doubt, check the C docs:
https://igraph.org/c/html/latest/igraph-Spatial-Games.html#igraph_sir
If the R docs are not as complete as the C ones, feel free to submit a PR with an improvement.
Thank you
Thank you
Thank you
Thank you