Learn R Programming

lattice (version 0.3-1)

trellis.3d.args: Arguments to 3d Trellis Functions

Description

Arguments common to the 3d Trellis display functions cloud (and the as yet unimplemented wireframe)

Usage

trellis.3d.function(formula,
                    data = parent.frame(),
                    aspect = c(1, 1),
                    scales = list(cex = 0.5, lty = 1, lwd = 1,
                                 col = "black", distance = rep(1, 3),
                                 arrows = TRUE),
                    zlab,
                    zlim = range(z), 
                    distance = 0.2,
                    par.box,
                    perspective = TRUE,
                    R.mat = diag(4), 
                    screen = list(z = 40, x = -60),
                    zoom = 1)

Arguments

formula
formula of the form z ~ x * y | g_1 * g_2 * ...
data
data frame in which variables are evaluated.
aspect
vector of length 2, giving the relative aspects of the y-size/x-size and z-size/x-size of the enclosing rectangle.
scales
describes scales. not used yet
zlab
z label
zlim
z limits
distance
between 0 and 1, controls amount of perspective. No connection with the physical concept of distance in this implementation (not clear what S+ does). individual values don't give the same results as S-Plus, but all instances should be achievab
par.box
graphical parameters for box, not implemented yet
perspective
logical, whether to plot a perspective view
R.mat
initial rotation matrix (homogeneous coordinates). Not implemented.
screen
A list determining the rotations to applied to the data before being plotted. The initial position starts with the view somewhere in the positive z-axis, and the x and y axes in the usual position. Each component of the list should be named on
zoom
factor by which to scale the picture.

Details

These functions also take other arguments, as described in the documentation for trellis.args.

See Also

trellis.args, Lattice