dsmooth                 package:emu                 R Documentation

_S_m_o_o_t_h _t_h_e _d_a_t_a _i_n _a _t_r_a_c_k_d_a_t_a _o_b_j_e_c_t.

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

     Smooths each dataset in a trackdata object using a running mean
     smoother.

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

     dsmooth(dataset)

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

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

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

     This function uses the 'dapply' function to apply 'smooth' to the
     data for each segment.

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

     The result of applying the 'smooth' function to each column of the
     data for each segment in the trackdata object.

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

     smooth, dapply

