lfmarg                package:locfit                R Documentation

_G_e_n_e_r_a_t_e _g_r_i_d _m_a_r_g_i_n_s.

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

     This function is usually called by 'plot.locfit'.

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

     lfmarg(xlim, m = 40)

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

    xlim: Vector of limits for the grid. Should be of length 2*d; the
          first d components represent the lower left corner, and the
          next d components the upper right corner. Can also be a
          '"locfit"' object. 

       m: Number of points for each grid margin. Can be a vector of
          length d. 

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

     A list, whose components are the d grid margins.

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

     'locfit', 'plot.locfit'

