makefract {fdim}R Documentation

Functions to create data example for the library 'fdim'.

Description

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

Usage


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)

Arguments

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.

Author(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

See Also

introfdim, fdim, slopeopt