sortCharAsNum {RclusTool} | R Documentation |
Character vector numeric sorting
Description
Performs sorting of a vector of characters numerically, if possible
Usage
sortCharAsNum(char.vec, ...)
Arguments
char.vec |
a character vector, describing numbers. |
... |
other parameters controlling the order treatment of the character vector. |
Details
sortCharAsNum performs sorting of a vector of characters numerically, if possible
Value
the character vector sorted, if possible.
See Also
computeSemiSupervised
, KwaySSSC
Examples
x <- c("12", "8", "101")
sortCharAsNum(x)
[Package RclusTool version 0.91.6 Index]