Get the track times from EMU trackdata objects
The function obtains the times at which track values occur.
tracktimes(trackdata)
trackdata |
An EMU trackdata object, or a matrix of track values obtained at a single time point using dcut() |
Every \$data value in a trackdata object is associated with a time at which it occurs in the utterance. This function returns those times.
Jonathan Harrington
# track time values for a trackdata object times <- tracktimes(vowlax.fdat) # track time values for a matrix of trackdata values # at the temporal midpoint tracktimes(dcut(vowlax.fdat[1:3,], 0.5, prop=TRUE))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.