vignettes/large-simulation.Rmd
large-simulation.Rmd
We are interested in running a large scale simulation featuring hundreds of thousands (if not millions) of vertices. Before we proceed, you need to consider the following:
summary(..., skip.moran = FALSE)
–the default behavior–is
not a good idea. When dealing with large graphs, set
skip.moran = TRUE
to avoid memory overflow.Suppose we want to simulate a diffusion process with the following parameters:
We no proceed with the simulation
ans_sw <- rdiffnet(n = 200, t = 10)