Description Usage Arguments Value Author(s) Examples
Allocates all the arrays necessary to initialise the modello session.
1 2 3 4 5 6 | modello.init(
n.numbers = 1e+06,
n.nodes = 1e+06,
n.graphs = 1e+06,
n.opts = 1e+07
)
|
n.numbers |
number of |
n.nodes |
number of |
n.graphs |
number of |
n.opts |
number of |
Return invisible NULL
Filippo Monari
1 2 3 4 5 6 | modello.init(10, 10, 10, 10) # Initilaises the modello session with arrays of the given size
modello.is.init() # TRUE
modello.reset() # restart the modello session with initial array sizes
modello.is.init() # TRUE
modello.close() # Closes modello
modello.is.init() # FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.