leaves              package:classGraph              R Documentation

_D_e_t_e_r_m_i_n_e _T_h_e _T_e_r_m_i_n_a_l _N_o_d_e_s ('_L_e_a_v_e_s') _o_f _a _D_i_r_e_c_t_e_d _G_r_a_p_h

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

     Determine the terminal nodes (also known as _leaves_) of a
     directed graph.

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

     leaves(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:

     'leaves()' returns a character of node names (see 'nodes') of 'g'
     whereas

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

     Martin Maechler

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

     'numOutEdges' on which these build.

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

