与开罗的R-3.3.2问题半透明

时间:2017-10-13 10:06:28

标签: r ggplot2 x11 cairo

我有R半透明(R版本3.3.2)的问题。 我尝试时收到此错误:

make package

我尝试了http://tinyheero.github.io/2015/09/15/semi-transparency-r.html

How to set cairo as default backend for x11() in R?

Semi-transparency in RStudio

How do I preserve transparency in ggplot2?

但我仍然有同样的错误,我修改了我的ggplot(iris, aes(x = factor(Species), y = Sepal.Length, fill = Species)) + + geom_boxplot(alpha = 0.4) Warning messages: 1: In grDevices::x11(..., type = "cairo") : cairo-based types are not supported on this build - using "Xlib" 2: In grid.Call.graphics(L_polygon, x$x, x$y, index) : semi-transparency is not supported on this device: reported only once per page ,重新启动但是现在。

我不知道哪种输出可以帮助我解决这个问题。

也许:

.Rprofile

如果您有任何线索,请非常感谢,如果我能告诉您其他产出,请告诉我。

编辑1:

options('device')
$device
[1] "x11"

1 个答案:

答案 0 :(得分:0)

我终于找到了让它发挥作用的方法:

我卸载了R,使用./configure --with-cairo重新安装了它。

现在一切正常,我有:

> capabilities("cairo")
cairo 
 TRUE