create_dat_object | R Documentation |
This helper function populates a netsim_dat
main list
object with the minimal required elements. All parameters are
optional. When none are given the resulting object is only a
shell list of class netsim_dat
with the different named
elements defined as empty lists.
create_dat_object(
param = list(),
init = list(),
control = list(),
run = list()
)
param |
An |
init |
An |
control |
An |
run |
A |
A netsim_dat
main list object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.