vsnPlotPar                package:vsn                R Documentation

_P_l_o_t _t_r_a_j_e_c_t_o_r_i_e_s _o_f _c_a_l_i_b_r_a_t_i_o_n _a_n_d _t_r_a_n_s_f_o_r_m_a_t_i_o_n _p_a_r_a_m_e_t_e_r_s _f_o_r
_a _v_s_n _f_i_t

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

     Plot trajectories of calibration and transformation parameters for
     a vsn fit

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

     vsnPlotPar(x, what, xlab="iter", ylab=what, ...)

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

       x: An object of class 'exprSet-class' which has been created by
          the function 'vsn'.

    what: Character, should either be "factors" or "offsets".

    xlab: Character, label for the x-axis.

    ylab: Character, label for the y-axis.

     ...: Further arguments that get passed to plot.default.

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

     The plot that is created by this function may help in assessing
     whether the parameter estimation in 'vsn' was sufficiently
     converged.

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

     The function is called for its side effect, creating a plot on the
     active graphics device.

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

     Wolfgang Huber <URL: http://www.dkfz.de/abt0840/whuber>

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

     'vsn'

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

       ## see example for vsn

