plot-methods            package:distrTEst            R Documentation

_M_e_t_h_o_d_s _f_o_r _F_u_n_c_t_i_o_n _p_l_o_t _i_n _P_a_c_k_a_g_e '_d_i_s_t_r_T_E_s_t'

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

     plot-methods

_M_e_t_h_o_d_s:

     _p_l_o_t 'signature(object = "Evaluation")': returns a boxplot of the
          result 

     _p_l_o_t 'signature(object = "EvaluationList")': regroups the list
          according to the different columns/coordinates of the result
          of the evaluation; for each such coordinate a boxplot is
          generated containing possibly several procedures and if
          evaluated at a 'Contsimulation' object also grouped into
          evaluations on ideal and real data. The 'plot'-arguments
          'main' and 'ylim' may be transmitted coordinatewise  (i.e.; a
          vector of length (result-dimension), respectively a 2 x
          (result-dimension) matrix) or globally, using the usual
          recycling rules.

