Repeatedly invoke a series of compute objects
When i
is given then these values are iterated
over instead of the sequence 1 to the number of
iterations.
mxComputeLoop( steps, ..., i = NULL, maxIter = as.integer(NA), freeSet = NA_character_, maxDuration = as.numeric(NA), verbose = 0L, startFrom = 1L )
steps |
a list of compute objects |
... |
Not used. Forces remaining arguments to be specified by name. |
i |
the values to iterate over |
maxIter |
the maximum number of iterations |
freeSet |
Names of matrices containing free variables. |
maxDuration |
the maximum amount of time (in seconds) to iterate |
verbose |
integer. Level of run-time diagnostic output. Set to zero to disable |
startFrom |
When |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.