Usage
mvtb.perspec(object, response.no = 1, predictor.no = 1:2, n.trees = NULL, phi = 15, theta = -55, r = sqrt(10), d = 3, xlab = NULL, ylab = NULL, zlab = NULL, ticktype = "detailed", ...)
Arguments
response.no
index of the response variable
predictor.no
vector containing indices of the predictor variables to plot
n.trees
desired number of trees. Defaults to the minimum number of trees by CV, test, or training error
phi
angle of viewing direction. See ?persp
.
theta
angle of viewing direction See ?persp
.
r
distance from eye to center. See ?persp
.
d
strength of perspective. See ?persp
.
xlab,
title for x axis, must be character strings.
ylab,
title for y axis, must be character strings.
zlab,
title for z axis, must be character strings.
ticktype
'detailed' gives axis points. See ?persp
for other options.
...
extra arguments are passed to persp. See ?persp