The output of a call to corregp (i.e. an object of class "corregp").
parm
The parameter for which to compute the confidence ellipsoids. Can be either "y", "x", or any vector of term names in X, level names in X or
level names in Y. Defaults to "x".
axes
The axes for which to compute the confidence ellipsoids: a vector of three values. Defaults to the first three axes.
cl
The confidence level for the confidence ellipsoids. Defaults to 0.95.
...
Further arguments passed to or from other methods.
Value
A list containing coordinate points for each confidence ellipsoid of interest.
Details
cell3d (of a corregp output) makes use of ellipse3d from the package rgl.
Typically, cell3d is not so much used directly as it is called by a plot3d.corregp command.