rgl.postscript导出零长度文件

时间:2014-10-10 12:48:28

标签: r rgl

我一直试图(不成功)使用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

0 个答案:

没有答案