Skip to content
Prev 155055 / 398503 Next

Plotting the complex fft in 3D?

On 04/09/2008 4:44 PM, Oliver Bandel wrote:
plot3d doesn't support that directly, but you could plot with type='n', 
then use segments3d to add the lines.
Just grab it with your mouse and drag.  Alternatively, play3d(spin3d()) 
will spin it, or par3d(userMatrix=rotationMatrix(...)) for a fixed setting.

Duncan Murdoch