Iteration

Watch

Read

  • R for Data Science textbook on Iteration: [r4ds-21]

Note that simulations in time we are writing are an example of a sequential process, where each iteration depends on the previous iteration. These cannot be abstracted into apply or map functions. However, iterating over multiple parameters can!