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