createEffects
Generates an empty effects object to which new effects can be added consecutively
createEffects(state)
state
: The state to which the model applies.An empty effects object of class effectsList.monan
#' myE1 <- createEffects(myState)
Useful links