iDevplot                package:TWIX                R Documentation

_I_n_t_e_r_a_c_t_i_v_e _D_e_v_i_a_n_c_e _p_l_o_t

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

     Interactive Deviance plot.

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

      iDevplot(rsp, data,col=1, ...) 

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

     rsp: response variable.

    data: a dataframe of numeric predictor variables. 

     col: the color for points.

     ...: other parameters to be passed through to plotting functions.

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

     'Devplot','plot.TWIX','TWIX'

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

      
     data(olives)
     #iDevplot(olives$Region,olives[,c(1:8)])

