powered by
3D plots without labels
basic3d( x, gain = 100, division = 5, clrctrl = c("heat", "terrain", "topo", "cm", "rainbow"), zeroplane = TRUE )
A surface 3d plot.
An "PLTbuilder" object.
A positive integer to gain gradual colours. Default value is 100.
Subdivision numbers for x, y and z axises.
Color control. Optinal value are "rainbow", "heat", "terrain", "topo" and "cm".
Boolean value to control for adding the plane of z=0. Default setting is TRUE.
epstable <- epsExtract(TPMdata, 0.7, 2, 3) DMM <- DMMprocess(epstable) PLTbd <- SVRModel(DMM) PLT3dbd <- surfacebld(PLTbd, "eta") basic3d(PLT3dbd, clrctrl="cm")
Run the code above in your browser using DataLab