ggplot(airquality,aes(Wind,Temp)) + geom_point(color='steelblue',alpha=0.4,size=5)
运行后报错:
Error in grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
找不到多边形的边
R关掉重启后,再跑,居然又对了……