散點圖展示結果. library(ggplot2) ggplot()+ geom_point(data=tSNE.plot, aes(x=tSNE1,y=tSNE2,color=Species))+ ...
確定! 回上一頁