TPMplt (version 0.1.0)

surfacebld: Build matrix for 3D plots

Description

Build matrix for 3D plots

Usage

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

Arguments

x

An "PLTbuilder" object.

grp

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

Value

A matrix for 3d surface plot.

Examples

Run this code
# NOT RUN {
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