我正在尝试打印 .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
我究竟做错了什么?我正在为 Mac OS X Leopard 和 ggplot 0.9.0 使用 R 版本 2.15.0