TPMplt (version 0.1.4)

basic3d: 3D plots without labels

Description

3D plots without labels

Usage

basic3d(
  x,
  gain = 100,
  division = 5,
  clrctrl = c("heat", "terrain", "topo", "cm", "rainbow"),
  zeroplane = TRUE
)

Value

A surface 3d plot.

Arguments

x

An "PLTbuilder" object.

gain

A positive integer to gain gradual colours. Default value is 100.

division

Subdivision numbers for x, y and z axises.

clrctrl

Color control. Optinal value are "rainbow", "heat", "terrain", "topo" and "cm".

zeroplane

Boolean value to control for adding the plane of z=0. Default setting is TRUE.

Examples

Run this code
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