nseries                package:tframe                R Documentation

_N_u_m_b_e_r _o_f _S_e_r_i_e_s

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

     Return the number of series.

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

         nseries(x)
         nseries(x)


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

     Generic method to return the number of series.

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

     An integer.

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

         nseries(tsmatrix(rnorm(100,20,5)))

