data(breast.tumors)
X <- breast.tumors$gene.exp
Y <- as.factor(breast.tumors$sample$treatment)
res <- plsda(X, Y, ncomp = 2)
palette(c("red", "blue"))
plotIndiv(res, ind.names = TRUE, col = as.numeric(Y))
legend(18, -9, c("After", "Before"), pch = c(16, 16),
col = c("red", "blue"), cex = 1, pt.cex = c(1.2, 1.2),
title = "Treatment")
palette("default")
Run the code above in your browser using DataLab