Description Usage Arguments Details Value
Get the number of intervals on an IntervalTier or the number of points
on a PointTier.
1 2 3 4 5 |
x |
An |
length.IntervalTier() checks that the vectors stored in the
startTimes, endTimes, and labels slots of the
IntervalTier object all have the same length. If so, the length
of the labels-vector is returned; otherwise, NULL is returned.
length.PointTier() checks that the vectors stored in the
times and labels slots of the PointTier object both
have the same length. If so, the length of the labels-vector is
returned; otherwise, NULL is returned.
A numeric. The number of intervals or points on x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.