Created
February 15, 2018 16:19
-
-
Save chasemc/4ae9941ee775b10211ba3e17a953f3f0 to your computer and use it in GitHub Desktop.
Old PCA RGL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# output$pcaplot3d <- renderRglwidget({ | |
# | |
# e<-pcaCalculation() | |
# | |
# if(!any(names(e) == 'd')){ | |
# e<-cbind(e,d=rep("black",length(e[,1]))) | |
# } | |
# | |
# e<-as.data.frame(e) | |
# | |
# | |
# options(rgl.useNULL=TRUE) | |
# #plot3d(x=e$Dim.1,y=e$Dim.2,z=e$Dim.3,xlab="", ylab="", zlab="") | |
# | |
# | |
# | |
# | |
# | |
# }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment