This function allow to depict in an interactive rgl plot the estimated trivariate reference/probabilistic region. If cond=FALSE it showes trivariate standarized residuals, while with cond=TRUE it represents the region shape for any covariate(s) value.
# S3 method for trivRegion
plot(
x,
cond = FALSE,
planes = FALSE,
newdata = NULL,
add = FALSE,
reg.col = NULL,
incol = "grey",
legend = FALSE,
...
)A trivRegion object.
A logical argument, if TRUE a conditional reference region is depicted.
Logical; if TRUE, planes are added indicating (x=0,y=0,z=0).
If cond==TRUE, a data frame containing covariate values for which the reference/probabilistic region will be depicted.
A logical argument, if TRUE the conditional reference region is depicted over a pre existing plot.
Region contour colour.
Colours for the points included inside the reference region.
A logical argument, if TRUE a legend is given along with the reference region.
Further rgl plot parameters.
This function return an interactive rgl plot of a bivRegion object.