findPoints {textgRid} | R Documentation |
Find points within a PointTier.
Description
Find points according to various search criteria: e.g., that occur within a time range, whose labels match a pattern.
Usage
findPoints(tier, pattern = "*", from = -Inf, to = Inf, ...)
Arguments
tier |
A |
pattern |
A regular expression for matching point labels.
Default is |
from |
A numeric, the earliest time from which to search for points.
Default is |
to |
A numeric, the latest time to which to search for points.
Default is |
... |
optional arguments passed to |
Value
A data.frame
whose rows correspond to the points found
according to the search criteria, and whose columns are:
$Index
, $Time
, $Label
.
See Also
[Package textgRid version 1.0.1 Index]