Skip to content
Prev 176531 / 398503 Next

persp3d and rgl.viewpoint for rotating 3D plots

On 4/8/2009 11:47 AM, Camarda, Carlo Giovanni wrote:
Presumably ImageMagick is not on your PATH, which is why movie3d() 
failed to find it.  It writes the image files to the directory given by 
the dir parameter, which defaults to tempdir().  tempdir() returns a 
session-specific temporary directory, which R will try to clear at the 
end of a session.

Duncan Murdoch