X <- as.matrix(dat_sim[, 1:2]) rownames(X) <- dat_sim$clusters tsne <- run_tsne(X, ... seed = 123) tsne_plot <- ggplot(tsne, aes(x = tSNE_dimension_1, ...
確定! 回上一頁