seplot                package:pvclust                R Documentation

_D_i_a_g_n_o_s_t_i_c _P_l_o_t _f_o_r _S_t_a_n_d_a_r_d _E_r_r_o_r _o_f _p-_v_a_l_u_e

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

     draws diagnostic plot for standard error of p-value for pvclust
     object.

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

     seplot(object, type=c("au", "bp"), identify=FALSE, main=NULL,
     xlab=NULL, ylab=NULL, ...)

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

  object: object of class 'pvclust'.

    type: the type of p-value to be plotted, one of '"au"' or '"bp"'.

identify: logical. If 'TRUE', edge numbers can be identified
          interactively. See 'identify' for basic usage.

main, xlab, ylab: generic graphic parameters. See 'par' for details.

     ...: other graphical parameters to be passed to generic 'plot' or
          'identify' function.

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

     Ryota Suzuki ryota.suzuki@is.titech.ac.jp

