Devplot                 package:TWIX                 R Documentation

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

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

     Deviance plot.

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

     Devplot(rsp, x,interactiv=FALSE,sample=c(FALSE,0),col=1,classes=FALSE,pch=16, ...)

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

     rsp: response variable.

       x: a dataframe of predictor variables.

interactiv: see 'iDevplot'.

  sample: a dataframe of predictor variables.

     col: the color for points.

 classes: Scatterplot of Classes.

     pch: a vector of plotting characters or symbols.

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

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

     'iDevplot','plot.TWIX','TWIX'

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

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

