createEffects function

createEffects

createEffects

Generates an empty effects object to which new effects can be added consecutively

createEffects(state)

Arguments

  • state: The state to which the model applies.

Returns

An empty effects object of class effectsList.monan

Examples

#' myE1 <- createEffects(myState)
  • Maintainer: Per Block
  • License: GPL (>= 3)
  • Last published: 2024-09-12

Useful links