MDSPCAShiny {MDSPCAShiny} | R Documentation |
MDSPCAShiny() loads interactive user interface built using R 'shiny'.
MDSPCAShiny()
Start MDSPCAShiny
The interactive user interface is to provide an easy way for multidimensional scaling and principal component analysis and downloading relevant plots.
Nothing
if(interactive()){
library(rmarkdown)
MDSPCAShiny()
}