ggplot2報(bào)錯Error in grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : 找不到多邊形的邊
ggplot(airquality,aes(Wind,Temp)) + geom_point(color='steelblue',alpha=0.4,size=5)
運(yùn)行后報(bào)錯:
Error in grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, ?:?
? 找不到多邊形的邊
2017-09-11
R關(guān)掉重啟后,再跑,居然又對了……