powered by
A track data object is the result of get_trackdata().
a two columned matrix, each row keeps the first and last index of the $data rows that belong to one segment
a two columned matrix, each row keeps the times marks of one segment
a multi-columned matrix with the real track values for each segment
The following generic methods are implemented for trackdata objects.
"+", "-", "*", "^", "%%", "%/%", "/"
"+"
"-"
"*"
"^"
"%%"
"%/%"
"/"
"==", ">", "<", "!=", "<=", ">="
"=="
">"
"<"
"!="
"<="
">="
"&", "|".
"&"
"|"
"Arith", "Compare", "Logic"
"Arith"
"Compare"
"Logic"
"abs", "sign", "sqrt", "ceiling", "floor", "trunc", X "cummax", "cummin", "cumprod", "cumsum", "log", "log10", "log2", "log1p", "acos", "acosh", "asin", "asinh", "atan", "atanh", "exp", "expm1", "cos", "cosh", "sin", "sinh", "tan", "tanh", "gamma", "lgamma", "digamma", "trigamma"
"abs"
"sign"
"sqrt"
"ceiling"
"floor"
"trunc"
"cummax"
"cummin"
"cumprod"
"cumsum"
"log"
"log10"
"log2"
"log1p"
"acos"
"acosh"
"asin"
"asinh"
"atan"
"atanh"
"exp"
"expm1"
"cos"
"cosh"
"sin"
"sinh"
"tan"
"tanh"
"gamma"
"lgamma"
"digamma"
"trigamma"
"round", "signif"
"round"
"signif"
"max", "min", "range", "prod", "sum", "any", "all"
"max"
"min"
"range"
"prod"
"sum"
"any"
"all"
get_trackdata, demo.vowels.fm demo.all.rms
get_trackdata
demo.vowels.fm
demo.all.rms
data(demo.vowels.fm) data(demo.vowels) #Formant track data for the first segment of the segment list demo.vowels demo.vowels.fm[1]
Run the code above in your browser using DataLab