rgl.ellipsoid | R Documentation |
creates an rgl ellipsoid
rgl.ellipsoid( x = 0, y = 0, z = 0, a = 1, b = 1, c = 1, phi = 0, theta = 0, psi = 0, subdivide = 3, smooth = TRUE, ... )
x |
x |
y |
y |
z |
z |
a |
axis |
b |
axis |
c |
axis |
phi |
phi |
theta |
theta |
psi |
psi |
subdivide |
subdivision |
smooth |
smoothing |
... |
additional params |
deforms, rotate, and translate a sphere
an rgl mesh
baptiste Auguie
Other user_level rgl:
rgl.ellipsoids()
## Not run: require(rgl) ; ee <- rgl.ellipsoid() shapelist3d(ee) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.