Arithmetic.trackdata {emu}R Documentation

Arithmetic operations on track data objects

Description

These are methods of the generic arithmetic functions that perform arithmetic operations on track data objects in the same way as arithmetic operations on other objects.

Arguments

x track data object
y single value or a vector, matrix or track data object of the same dimension as x

Value

track data object

Author(s)

Jonathan Harrington

See Also

Arithmetic trackdata

Examples

#Subtraction of the first formant of the first segment from second formant
#vowlax.fdat[1,2] - vowlax.fdat[1,1]

[Package emu version 4.0 Index]