Adds a ModelRef, DrawsRef, OutputRef, or EvalsRef to a simulation object. To add a DrawsRef, the corresponding ModelRef must already be added. Likewise, to add an OutputRef, the corresponding DrawsRef must already be added. And to add an EvalsRef, the corresponding OutputRef must be added. One can also pass a list of such objects.
Usage
add(sim, ref, ...)
# S4 method for Simulation,ModelRef
add(sim, ref, update_saved = TRUE)
# S4 method for Simulation,DrawsRef
add(sim, ref, update_saved = TRUE)
# S4 method for Simulation,OutputRef
add(sim, ref, update_saved = TRUE)
# S4 method for Simulation,EvalsRef
add(sim, ref, update_saved = TRUE)
# S4 method for Simulation,list
add(sim, ref, update_saved = TRUE)