Description Usage Arguments Value See Also Examples
Returns TRUE if the tier is IntervalTier, FALSE otherwise.
| 1 | tg.isIntervalTier(tg, tierInd)
 | 
| tg | TextGrid object | 
| tierInd | tier index or "name" | 
TRUE / FALSE
tg.isPointTier, tg.getTierName, tg.findLabels
| 1 2 3 | tg <- tg.sample()
tg.isIntervalTier(tg, 1)
tg.isIntervalTier(tg, "word")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.