formant_to_df {phonfieldwork} | R Documentation |
Praat Formant object to dataframe
Description
Convert a Praat Formant object to a dataframe.
Usage
formant_to_df(file_name)
Arguments
file_name |
string with a filename or path to the Formant file |
Value
a dataframe with columns: time_start
, time_end
,
frequency
, bandwidth
and formant
Author(s)
George Moroz <agricolamz@gmail.com>
Examples
formant_to_df(system.file("extdata", "e.Formant", package = "phonfieldwork"))
[Package phonfieldwork version 0.0.17 Index]