| panel.cloud {lattice} | R Documentation |
This is the default panel function for cloud.
panel.cloud(x, y, z, subscripts, distance, xlim, ylim, zlim,
subpanel = "panel.xyplot",
rot.mat = rot.mat, aspect = aspect, ...)
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 |
aspect |
aspect as in Trellis 3d args |
... |
parameters to be passed to the subpanel function |
Deepayan Sarkar deepayan@stat.wisc.edu