我一直试图(不成功)使用persp3d
导出rgl.postscript
地块的postscript或pdf快照。我添加了来自?rgl.postscript
的代码,该代码在R中没有错误地为我工作,但产生了0 KB的postscript文件。有什么想法吗?
x <- y <- seq(-10,10,length=20)
z <- outer(x,y,function(x,y) x^2 + y^2)
persp3d(x,y,z, col='lightblue')
title3d("Using LaTeX text", col='red', line=3)
rgl.postscript("persp3da.ps","ps",drawText=FALSE)
仅供参考,我正在运行R版本3.1.1(2014-07-10),Windows 8(64位),rgl包0.94.1143