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

NumN Number of points to be generated.
DimM Dimension of global space where the object is generated.
Longit Lenght of segment to be built.
L Radius of sphere to be generated.
E1,E2 Coefficients of an exponential model modelling the surface z=x^E1+y^E2 where -2< x,y <2

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


[Package fdim version 1.0-6 Index]