ggplot (cars, aes (speed, dist)) + geom_point ()+. geom_text (data=annotations, aes (. x=X,y=Y,hjust=x_adjust,vjust=y_adjust,label=text)) ...
確定! 回上一頁