torus                 package:geozoo                 R Documentation

_T_o_r_u_s

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

     A function to generate a torus in any dimension.

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

     torus(p = 3, n = 10000)

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

       p: dimension of object 

       n: number of points 

_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/torus/>

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

     ## Generates a torus.
     torus(p = 3, n = 5000)

     ## Through rggobi
     ggobi(torus(p = 4, n = 5000))

