... library(plotly) pl <- ggplot(df,aes(x=CPI,y=HDI,color=Region)) + geom_point(size=4,shape=1) #拿上方經濟學人資料print(ggplotly(pl)).
確定! 回上一頁