stackcount                package:sna                R Documentation

_H_o_w _M_a_n_y _G_r_a_p_h_s _a_r_e _i_n _a _G_r_a_p_h _S_t_a_c_k?

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

     Returns the number of graphs in the stack provided by `d'.

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

     stackcount(d)

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

       d: A graph or graph stack 

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

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

     The number of graphs in `d'

_A_u_t_h_o_r(_s):

     Carter T. Butts ctb@andrew.cmu.edu

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

     `nties'

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

     stackcount(rgraph(4,8))==8

