report_model_parameters {nlrx} | R Documentation |
Report globals from a NetLogo model that is defined within a nl object
Description
Report globals from a NetLogo model that is defined within a nl object
Usage
report_model_parameters(nl)
Arguments
nl |
nl object with a defined modelpath that points to a NetLogo model (*.nlogo) |
Details
The function reads the NetLogo model file that is defined within the nl object and reports all global parameters that are defined as widget elements on the GUI of the NetLogo model. Only globals that are found by this function are valid globals that can be entered into the variables or constants vector of an experiment object.
Examples
## Not run:
nl <- nl_lhs
report_model_parameters(nl)
## End(Not run)
[Package nlrx version 0.4.5 Index]