plotSurface3d            package:RSurvey            R Documentation

_P_l_o_t _3_D _I_n_t_e_r_p_o_l_a_t_e_d _S_u_r_f_a_c_e _u_s_i_n_g _O_p_e_n_G_L

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

     A three-dimensional (3D) surface plot of the processed survey data
     is drawn.

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

     plotSurface3d()

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

     The interpolated survey data is rendered using 'rgl', a 3D 
     visualization device system (OpenGL) for R.  The mouse is used for
     interactive viewpoint navigation where the left, right, and center
     mouse buttons rotate the scene, rotate the scene around  the
     x-axis, and zooms the display, respectively.

_A_u_t_h_o_r(_s):

     Fisher, J. C.

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

     'surface3d'

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

     data(confluence)
     plotSurface3d()

     rgl.quit()

