segmentlist               package:emu               R Documentation

_S_e_g_m_e_n_t _l_i_s_t

_D_e_s_c_r_i_p_t_i_o_n:

     A segment list is the result of emu.query() or read.emusegs().

_F_o_r_m_a_t:

     multi-columned matrix one row per segment

   _f_i_r_s_t _c_o_l_u_m_n label

   _s_e_c_o_n_d _c_o_l_u_m_n segment onset time

   _t_h_i_r_d _c_o_l_u_m_n segment offset time

   _f_o_u_r_t_h _c_o_l_u_m_n utterance name

_S_e_e _A_l_s_o:

     'emu.query',   'demo.vowels'

_E_x_a_m_p_l_e_s:

        data(demo.vowels)
        
        #demo.vowels is a segment list
        demo.vowels

