panel.cloud {lattice}R Documentation

Default Panel Function for cloud

Description

This is the default panel function for cloud.

Usage

panel.cloud(x, y, z, subscripts, distance, xlim, ylim, zlim,
            subpanel = "panel.xyplot",  
            rot.mat = rot.mat, aspect = aspect, ...) 

Arguments

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

Author(s)

Deepayan Sarkar deepayan@stat.wisc.edu

See Also

cloud


[Package Contents]