This function takes a TaggedWave
or TaggedWaveMC
object and adds a process
to the processing
slot. This is used to keep a record of the processes that
have been applied to the object.
Usage
addProcess(object, process, output = NULL, duration = NULL)
# S4 method for class 'TaggedWave'
addProcess(object, process, output = NULL, duration = NULL)
# S4 method for class 'TaggedWaveMC'
addProcess(object, process, output = NULL, duration = NULL)