powered by
Performs sorting of a vector of characters numerically, if possible
sortCharAsNum(char.vec, ...)
a character vector, describing numbers.
other parameters controlling the order treatment of the character vector.
the character vector sorted, if possible.
sortCharAsNum performs sorting of a vector of characters numerically, if possible
computeSemiSupervised, KwaySSSC
computeSemiSupervised
KwaySSSC
# NOT RUN { x <- c("12", "8", "101") sortCharAsNum(x) # }
Run the code above in your browser using DataLab