library(ggplot2) library(Rtsne) dat <- iris tsne ... y = umap$layout[,2], Species = dat[!duplicated(dat), 5]) ggplot(df, aes(x, y, ...
確定! 回上一頁