ellipsoid               package:geozoo               R Documentation

_E_l_l_i_p_s_o_i_d

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

     A function to generate an ellipsoid.

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

     ellipsoid(n = 10000, a = 1, b = 1, c = 3)

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

       n: number of points 

       a: radius in x direction 

       b: radius in y direction 

       c: radius in z direction 

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

 points : location of points

  edges : edges of the object

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

     Barret Schloerke

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://streaming.stat.iastate.edu/~dicook/geometric-data/mobius/other/>

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

     ## Generates an ellipsoid
     ellipsoid(n = 10000, a = 1, b = 1, c = 3)

     ## Through rggobi
     ggobi(ellipsoid(n = 10000, a = 1, b = 1, c = 3))

