Description Usage Arguments Value See Also Examples
Returns tier index. Input can be either index (number) or tier name (character string). It performs checks whether the tier exists.
1  | tg.checkTierInd(tg, tierInd)
 | 
tg | 
 TextGrid object  | 
tierInd | 
 Tier index or "name"  | 
Tier index
tg.getTierName, tg.isIntervalTier, tg.isPointTier, tg.plot, tg.getNumberOfTiers
1 2 3  | tg <- tg.sample()
tg.checkTierInd(tg, 4)
tg.checkTierInd(tg, "word")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.