View source: R/sampleCompute.R
sortCharAsNum | R Documentation |
Performs sorting of a vector of characters numerically, if possible
sortCharAsNum(char.vec, ...)
char.vec |
a character vector, describing numbers. |
... |
other parameters controlling the order treatment of the character vector. |
sortCharAsNum performs sorting of a vector of characters numerically, if possible
the character vector sorted, if possible.
computeSemiSupervised
, KwaySSSC
x <- c("12", "8", "101")
sortCharAsNum(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.