powered by
Performs sorting of a vector of characters numerically, if possible
sortCharAsNum(char.vec, ...)
the character vector sorted, if possible.
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
computeSemiSupervised, KwaySSSC
computeSemiSupervised
KwaySSSC
x <- c("12", "8", "101") sortCharAsNum(x)
Run the code above in your browser using DataLab