vecplot(I, graph = "VEC", leg = NULL, xval = 1, sort = FALSE, data = NULL,
digits = c(1, 1), TC = 1, intbar = NULL, lty = 1, pch = 19, col = NULL,
datacol = NULL, main = "", main2 = "", Grid = 0,
xlab = "", ylab = "", zlab = "",
levels = NULL, levels2 = NULL, showlevels = FALSE,
screen = list(z = 40, x = -60), zoom = 1)
Importance
function.VEC
-- 1-D VEC curve;VEC3
-- 2-D VEC surface;VECC
-- 2-D VEC contour;mgraph
graph="VEC"
or (graph="VEC3" or "VECC"
and length(interactions)=1
, see Importance
). if a vector, then several VEC increasing
-- sorts the first attribute (if factor) according to the response values, increasing order;decreasing
-- similar toincreasing
but uses reverse order;mgraph
mgraph
mgraph
mgraph
mgraph
graph="VEC"
curve, can be a vector if there are several VEC curve plotsgraph="VEC"
mgraph
graph="VECC"
mgraph
graph="VEC3"
:
FALSE
orTRUE
-- do not (do) show the levels in x1, x2 and z axis for factor variables;VEC3
graph:
x
-- assumeslist(z=0,x=-90,y=0)
;X
-- assumeslist(x=-75)
;y
-- assumeslist(z=0,x=-90,y=-90)
;<graph="VEC3"
)Importance
Importance