qplot的文档不包含'method'参数.我得到的错误是 -
> qplot(displ, hwy, data = mpg, geom=c("point", "smooth"),facets=.~drv,method="loess") Error: Unknown parameters: method
我的R版本是3.2.1,ggplot2版本是2.0.0,如果有帮助的话.
r ggplot2
ggplot2 ×1
r ×1