#isol.fdat is the formant track of the segment list isol
#write out the dimension of the track data object
dim(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,]
Run the code above in your browser using DataLab