Learn R Programming

TPMplt (version 0.1.6)

surfacebld: Build matrix for 3D plots

Description

Build matrix for 3D plots

Usage

surfacebld(x, grp = c("eta", "xi"))

Value

A matrix for 3d surface plot.

Arguments

x

An "PLTbuilder" object.

grp

"eta" or "xi" to determine which group is extracted as the subset.

Examples

Run this code
epstable <- epsExtract(TPMdata, 0.7, 2, 3)
DMM <- DMMprocess(epstable)
PLTbd <- SVRModel(DMM)
surfacebld(PLTbd, "eta")

Run the code above in your browser using DataLab