PCA2D | R Documentation |
Produces a 4-panel summary plot for two dimensional PCA for didactical purposes.
PCA2D(X)
X |
a matrix with two columns |
X <- rbind(c(-1,7),c(3,2),c(4,3)) colnames(X) <- c('a','b') PCA2D(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.