makefract                package:fdim                R Documentation

_F_u_n_c_t_i_o_n_s _t_o _c_r_e_a_t_e _d_a_t_a _e_x_a_m_p_l_e _f_o_r _t_h_e _l_i_b_r_a_r_y '_f_d_i_m'.

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

     Several functions to create clouds of points forming lines,
     surfaces and spheres...

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

     makeline(NumN=100, DimM=3, Longit=100)
     makehplane(NumN=100, DimM=3, Longit=100) 
     makessphere(NumN=100, L=100)
     makesphere(NumN=100, L=100)
     makesurface(E1, E2, NumN=1000)

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

makeline:: 

    NumN: Number of points to be generated.

    DimM: Dimension of global space where the line is generated.

  Longit: Lenght of segment to be built.

        : 

makehplane:: 

    NumN: Number of points to be generated.

    DimM: Dimension of global space where the hiperplane is generated.

  Longit: Lenght of segment to be built.

        : 

makessphere:: 

    NumN: Number of points that are going to be generated forming the
          surface of a sphere.

       L: Radius of sphere to be generated.

        : 

makesphere:: 

    NumN: Number of points that are going to be generated forming the
          sphere.

       L: Radius of sphere to be generated.

        : 

makesurface:: 

   E1,E2: Coefficients of an exponential model modelling the surface
          z=x^E1+y^E2 where -2< x,y <2 

    NumN: Number of points to be generated.

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

     Francisco Javier Martinez de Pison.
     francisco.martinez@dim.unirioja.es
     Joaquin Ordieres Mere.             
     joaquin.ordieres@dim.unirioja.es
     Manuel Castejon Limas.             
     manuel.castejon@dim.unirioja.es
     Fco. Javier de Cos Juez.           
     francisco-javier.de-cos@dim.unirioja.es

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

     `introfdim', `fdim', `slopeopt'

