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