panel.cloud {lattice} | R Documentation |
These are the default panel functions for cloud
and
wireframe
.
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(...)
x, y, z |
numeric vectors |
subscripts |
which points to draw |
distance |
distance argument of Trellis 3d args |
xlim, ylim, zlim |
limits |
subpanel |
panel function used to plot the projections. Can be
panel.superpose |
rot.mat |
rotation matrix, supplied by cloud |
aspect |
aspect as in 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, 11; y: 8, 5, 7, 6 and z: 4, 2, 10, 12 |
... |
parameters to be passed to the subpanel function |
Deepayan Sarkar deepayan@stat.wisc.edu