findPoints(tier, pattern = "*", from = -Inf, to = Inf, ...)
PointTier
object.'*'
so that the search finds all points within
[from, to]
.-Inf
so that the search includes the start of tier
.Inf
so that the search includes the end of tier
.grep
.data.frame
whose rows correspond to the points found
according to the search criteria, and whose columns are:
$Index
, $Time
, $Label
.
PointTier-class
, grep