singleClassOrder | R Documentation |
Order axis variables by separation between one class and the rest (most separation to least).
singleClassOrder(classVar, axisVars, specClass = NULL)
classVar |
class variable (vector from original dataset) |
axisVars |
variables to be plotted as axes (data frame) |
specClass |
character string matching to level of |
character vector of names of axisVars ordered such that the first variable has the most separation between one of the classes and the rest, and the last variable has the least (as measured by F-statistics from an ANOVA)
Jason Crowley
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.