pitch_to_df {phonfieldwork} | R Documentation |
Praat Pitch tier to dataframe
Description
Convert a Praat Pitch tier to a dataframe.
Usage
pitch_to_df(file_name, candidates = "")
Arguments
file_name |
string with a filename or path to the Pitch tier |
candidates |
Praat Pitch tier contains multiple candidates for each
time slice, use the value |
Value
a dataframe with columns: time_start
, time_end
,
frequency
and, if candidates
= "all"
,
candidate_id
and strength
Author(s)
George Moroz <agricolamz@gmail.com>
Examples
pitch_to_df(system.file("extdata", "test.Pitch", package = "phonfieldwork"))
[Package phonfieldwork version 0.0.17 Index]