I have been using rgl
to plot spheres, but now I need to plot ellipsoids.
The package includes ellipse3d
; however, this seems to be for fitting ellipsoids to data, using matrices and stuff I'm not very good at.
What I want is a simple way to plot ellipsoids, in a similar way to spheres, using the centre coordinates and the scales in each direction. Can anyone help me out?