addProcess-methods: Add a process to a Tagged Wave or WaveMC object

addProcessR Documentation

Add a process to a Tagged Wave or WaveMC object

Description

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 signature 'TaggedWave'
addProcess(object, process, output = NULL, duration = NULL)

## S4 method for signature 'TaggedWaveMC'
addProcess(object, process, output = NULL, duration = NULL)

Arguments

object

An object.

process

A description of the process.

output

The output of the process.

duration

The duration of the process in seconds.

Value

The object with the process added.


sonicscrewdriver documentation built on May 29, 2024, 3:39 a.m.