Learn R Programming

cda (version 2.0.0)

rgl.ellipsoid: rgl.ellipsoid

Description

creates an rgl ellipsoid

Usage

rgl.ellipsoid(x = 0, y = 0, z = 0, a = 1, b = 1, c = 1, phi = 0, theta = 0, psi = 0, subdivide = 3, smooth = TRUE, ...)

Arguments

x
x
y
y
z
z
a
axis
b
axis
c
axis
phi
phi
theta
theta
psi
psi
subdivide
subdivision
smooth
smoothing
...
additional params

Value

an rgl mesh

Details

deforms, rotate, and translate a sphere

See Also

Other user_level rgl: rgl.ellipsoids

Examples

Run this code
## Not run:  require(rgl) ;  ee <- rgl.ellipsoid()
# shapelist3d(ee) ## End(Not run)

Run the code above in your browser using DataLab