findIntervals(tier, pattern = "*", from = -Inf, to = Inf, at = numeric(), ...)
IntervalTier
object.'*'
so that the search finds all intervals within
[from, to]
.-Inf
so that the search includes the start of tier
.Inf
so that the search includes the end of tier
.numeric()
so that intervals are searched within
[from, to]
.grep
.data.frame
whose rows correspond to the intervals found
according to the search criteria, and whose columns are:
$Index
, $StartTime
, $EndTime
, $Label
,
findIntervals
is to search for intervals within
[from, to]
. If the at
argument is a non-empty numeric vector,
then this default behavior is overridden, and the tier
is searched
only at the time given by at
.
IntervalTier-class
, grep