numOutEdges            package:classGraph            R Documentation

_F_o_r _e_a_c_h _N_o_d_e _o_f _a _D_i_r_e_c_t_e_d _G_r_a_p_h _g_i_v_e _t_h_e _N_u_m_b_e_r _O_u_t_g_o_i_n_g _E_d_g_e_s

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

     In a directed or undirected graph, for each node count the number
     of edges "leaving" that nodes.

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

     numOutEdges(g)

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

       g: an R object of class 'graph' (from package 'graph').

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

     an 'integer' vector the same length as 'nodes(g)' giving the
     number of edges that ``go out'' from each node.

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

     Martin Maechler

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

     'leaves'; further 'edgeL' on which this function is built.

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

