dim.trackdata {emu} | R Documentation |
The function returns the dimension attributes of a track data object.
## S3 method for class 'trackdata': dim(x)
x |
{a track data object}
The function returns the dimension attributes of a track data object as the number of segments x number of tracks. c(nrow(x$index), ncol(x$data))
Jonathan Harrington
#isol.fdat is the formant track of the segment list isol #write out the dimension of the track data object dim.trackdata(isol.fdat) #because there are 13 segments isol.fdat$ftime #and there are 4 rows for each segment (see here for the first segment) isol.fdat$data[1,]