ciu.plot.3D {ciu} | R Documentation |
ciu.plot.3D
Description
Function for 3D plotting the effect of changing values of two inputs on one output.
Usage
ciu.plot.3D(
ciu,
instance,
ind.inputs,
ind.output,
in.min.max.limits = NULL,
n.points = 40,
main = NULL,
xlab = NULL,
ylab = NULL,
zlab = NULL,
zlim = NULL,
...
)
Arguments
ciu |
|
instance |
Input values for the instance to explain. Should be a
data.frame even though a |
ind.inputs |
Indices of input features to plot. |
ind.output |
Index of output to plot. |
in.min.max.limits |
data.frame or matrix with one row per output and two columns, where the first column indicates the minimal value and the second column the maximal value for that output. ONLY NEEDED HERE IF not given as parameter to ciu.new or if the limits are different for this specific instance than the default ones. |
n.points |
Number of x/y-axis points to use. |
main |
a main title for the plot, see also |
xlab |
a label for the x axis, defaults to a description of |
ylab |
a label for the y axis, defaults to a description of |
zlab |
Label to use for Z-axis. Default: NULL. |
zlim |
Limits to use for Z-axis. Default: NULL. |
... |
other graphical parameters (see |
Value
"void", or whatever happens to be result of last instruction.
Author(s)
Kary Främling