Description Usage Arguments Details Value Author(s) Examples
This function is a wrapper function for the main functions of the package cmgo
. With no parameters
passed, it initializes the global data object containing the demo data set and the default parameters.
It returns the global data object - as all main function do - which can be used for further execution
of the program. If your global data object already exists, you can pass this to CM.run()
to execute
all main functions at once. Alternatively, you can call CM.run()
with a parameter object or a file
name of a parameter configuration (see CM.par()
for further information.)
1 |
object |
Possible values include |
par |
Possible values include |
CM.run represents a wrapper function of the main cmgo
functions with the following code:
1 2 3 4 5 6 |
You can use CM.run()
either for demo purposes (just call CM.run() without parameters) or to start
a new project from scratch. To do this, make sure you have read about the input data preparation in the
documentation of CM.ini()
. If you are familiar with the input data preparation
just call CM.run() while you place your valid input files to the specified input directory (defaults to "./input"
).
The global data object containing data ($data) and parameters ($par). The global data object must be passed to all main functions of cmgo
.
Antonius Golly
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.