使用ggsave打印.tiff文件时出现问题

时间:2012-09-26 20:56:09

标签: r macos ggplot2 tiff

我正在尝试打印.tiff文件,我在这里收到错误就是一个例子:

ratings <- qplot(rating, data=movies, geom="histogram")
qplot(length, data=movies, geom="histogram")
ggsave(file="length-hist.tiff")

此代码产生此错误:

Saving 7 x 7 in image
Error in grDevices::tiff(..., width = width, height = height, res = dpi,  : 
  argument "antialias" is missing, with no default

我做错了什么?我正在使用R版本2.15.0 for Mac OS X Leopard和ggplot 0.9.0

1 个答案:

答案 0 :(得分:0)

在Linux上使用ggplot2 0.9.1和R版本2.14.1,您的代码可以工作,我无法重现此问题。也许你应该尝试更新ggplot2?