

preplot {base}                               R Documentation

_P_r_e_-_c_o_m_p_u_t_a_t_i_o_n_s _f_o_r _a _P_l_o_t_t_i_n_g _O_b_j_e_e_c_t

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

     Compute an object to be used for plots relating to the
     given model object.

_U_s_a_g_e_:

     preplot(object, ...)

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

  object: a fitted model object.

     ...: additional arguments for specific methods.

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

     Only the generic function is currently provided in base
     R, but some add-on packages have methods. Principally
     here for S compatibility.

_V_a_l_u_e_:

     An object set up to make a plot that describes
     `object'.

