plot.sir {censorSIR}R Documentation

2d plot of response variable and one direction

Description

Produce plots of response variable and up to 6 direction. Works for object of class ds or class csir

Usage

plot.sir(object, which = 1:ncol(object$evec), logY = FALSE)
plot.ds(object, which = 1:ncol(object$evec), logY = FALSE)
plot.csir(object, which = 1:ncol(object$evec), logY = FALSE)

Arguments

object a csir object from function cen.sir or a ds object from function double.slice
which which directions to plot, up to 6 directions can be specified.
logY whether do a log transformation of Y

Details

They are the same function, but have different names

Value

None.

Note

Author(s)

Wei Sun sunwei@stat.ucla.edu

References

None.

See Also

plot.3d.sir plot.ds cen.sir double.slice

Examples






[Package censorSIR version 1.0 Index]