plot.3d.sir {censorSIR}R Documentation

3d plot of response vs. two sir directions

Description

call function scatterplot3d to do 3 dimension plot. User need to install library scatterplot3d.

Usage

plot.3d.sir(object, which = 1:2, angles = c(60, 120), z.plane = NULL, logY = FALSE)

Arguments

object a csir object from function cen.sir or a ds object from function double.slice
which which two direction to plot
angles different angles to plot, user can specify no more than 6 angels
z.plane the position of a plane z=z.plane, default NULL means no plane is drawn
logY whether do a log transformation of Y

Details

The relation between response variable and SIR directions can be arbitrary. A 3d scatterplot can help to identify the function form between one response variable and two directions.

Value

None.

Note

Users can use plot.csir and plot.ds to generate 2d plot

Author(s)

Wei Sun sunwei@stat.ucla.edu

References

Ligges, U., and Maechler, M. (2003): Scatterplot3d - an R Package for Visualizing Multivariate Data. Journal of Statistical Software 8(11), 1-20.

See Also

plot.csir plot.ds cen.sir double.slice

Examples






[Package censorSIR version 1.0 Index]