1

使用此代码成功创建图表后:

qplot(ethcat3, Percent, data=g_02_1b_pov, geom="bar", stat="identity")

我想将图形保存为 png、pdf 或 jpeg 文件。我使用了以下代码:

ggsave(file="test.png") 

我没有输出图表,而是收到以下(错误)消息:

Saving 7.82 x 3.75 in image
Error in eval(expr, envir, enclos) : attempt to apply non-function

并且没有文件被保存。(而不是 png,我还尝试了扩展 pdf 和 jpeg)。

我在一个论坛上发现我应该使用命令:dev_mode() 和 has_devel()

dev_mode 的输出是:

> dev_mode()
Dev mode: OFF

> has_devel()
/Library/Frameworks/R.framework/Resources/bin/R --vanilla CMD SHLIB foo.c 

sh: make: command not found
Error: Command failed (1)

但是,我不知道如何处理此反馈?

谁能帮我解决这个问题?我想我过去在 PC 上使用了相同的方法,并且没有问题。我想知道它是否连接到我在mac上的安装?

非常感谢!

加法:@DWin 要求sessionInfo()输出:

d> sessionInfo() 
R version 2.15.1 (2012-06-22)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)

locale:
[1] C/en_US.UTF-8/C/C/C/C

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] devtools_0.8    reshape2_1.2.1  plyr_1.7.1      ggplot2_0.9.2.1

loaded via a namespace (and not attached):
 [1] MASS_7.3-18        RColorBrewer_1.0-5 RCurl_1.95-3       colorspace_1.2-0  
 [5] dichromat_1.2-4    digest_0.5.2       evaluate_0.4.2     grid_2.15.1       
 [9] gtable_0.1.1       httr_0.2           labeling_0.1       memoise_0.1       
[13] munsell_0.4        parallel_2.15.1    proto_0.3-9.2      scales_0.2.2      
[17] stringr_0.6.1      tools_2.15.1       whisker_0.1    
4

0 回答 0