PlusPCA | R Documentation |
This function allows you to rationalize the clustering method selected.
PlusPCA( inMat = distribution_test_mat(), Km = NULL, returnValuesPlot = T, returnTreatmentValues = T, pamClust = T, Kpam )
inMat |
Defaults to a randomly generated matrix from the distribution_test_mat function. |
Km |
must be a result object from the function KmeansPlus(). |
returnValuesPlot |
if TRUE, returns all relevant PCA stats to manually build the plots. |
returnTreatmentValues |
if TRUE, returns treatment values, if FALSE, returns features values. |
test <- PlusPCA()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.