linear                  package:emu                  R Documentation

_P_e_r_f_o_r_m _l_i_n_e_a_r _t_i_m_e _n_o_r_m_a_l_i_s_a_t_i_o_n _o_n _t_r_a_c_k_d_a_t_a.

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

     Performs linear time normalisation on trackdata.

_U_s_a_g_e:

     linear(dataset, n=20)

_A_r_g_u_m_e_n_t_s:

 dataset: A trackdata object as returned by 'track'. 

       n: The number of points (samples) required for each segment. 

_D_e_t_a_i_l_s:

     The data for each segment is normaised using the 'approx'
     function.

_V_a_l_u_e:

     A new trackdata object where the data for each segment has the
     same number ('n') of samples.

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

     approx

