Usage
panel.cloud((x, y, z, subscripts, distance, xlim, ylim, zlim,
subpanel = "panel.xyplot",
rot.mat = rot.mat, aspect = aspect,
zcol, col.regions, par.box = NULL,
xlab, ylab, zlab, scales.3d,
proportion = 0.6, wireframe = FALSE,
scpos = list(x = 1, y = 8, z = 12), ...)
panel.wireframe(...)
Arguments
subscripts
which points to draw
distance
distance argument of Trellis 3d args
subpanel
panel function used to plot the projections. Can be
panel.superpose
rot.mat
rotation matrix, supplied by cloud
xlab, ylab, zlab
Labels, have to be lists
scales.3d
list defining the scales
proportion
Gives the length of arrows as a proportion of the
sides
scpos
A list with three components x, y and z, describing which
of the 12 sides of the cube the scales should be drawn. There is no
code yet to intelligently decide on defaults, so it might have to
be given explicitly. Valid values are x: 1, 3, 9
...
parameters to be passed to the subpanel
function