db.trisurf {RGeostats} | R Documentation |
Calculate and represent triangulate 2-D surfaces in 3-D space
db.trisurf(db, triswitch = "nqQ", icode = NA, flag.plot = TRUE, flag.data = TRUE, flag.file = FALSE, filename = "Surface.stl", range = NA, nugget=NA, verbose = FALSE, ...)
db |
The |
triswitch |
The command line for the internal triangulation. For details, refer
to |
icode |
When specified, it designates the single surface to be
reconstructured. This option only makes sense if the
|
flag.plot |
When TRUE, the resulting surface(s) are represented graphically. |
flag.data |
When TRUE (and if argument 'flag.plot' is switched ON), the
corresponding data of the |
flag.file |
When TRUE, the resulting surface(s) are written in an ASCII file according to the STL format. |
filename |
When argument 'flag.file' is switched ON, this argument gives the name of the ASCII file where the wireframe must be writen. |
range |
This parameter defines the range of the Model used to interpolate the elevation of the surface (after the data have been projected on the middle plane of the fault). The interpolation is performed using the SPDE technology and the model is of Matern type. |
nugget |
Value of the nugget effect to be filtered when defined. |
verbose |
Verbose flag. |
... |
An option is available so that only the rectangle which contains the Fault Surface is represented. This option is switched ON by setting set.keypair("Flag_Rectangle_Surface",1);
Not used in this function