ksmooth-class            package:monoProc            R Documentation

_C_l_a_s_s "_k_s_m_o_o_t_h"

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

     S4-Class for the value of the 'ksmooth' function

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("ksmooth", ...)'.
     This class is the value of the function 'ksmooth' transfered to a
     S4-Class.

_S_l_o_t_s:

     '_x': Object of class '"numeric"'. x-values of the smoothed fit in
          increasing order.

     '_y': Object of class '"numeric"'. The corresponding fitted
          y-values of the Nadaraya-Watson estimator.

     '_c_a_l_l': Object of class '"call"'. The call of the function
          'ksmooth' for this object.

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

     _l_i_n_e_s 'signature(x = "ksmooth")': line method to plot this class.

     _p_l_o_t 'signature(x = "ksmooth", y = "missing")': plot method for
          this class.

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

     'ksmooth'

