.sortMid | R Documentation |
This function chooses the (first) most frequent or middle of sorted vector, similar to the concept of mode
.sortMid(x, retVal = TRUE)
x |
(numeric) main input |
retVal |
(logical) return value of most frequent, if |
This function returns a numeric verctor
simple/partial functionality in summarizeCols
, checkSimValueInSer
.sortMid(11:14)
.sortMid(rep("b",3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.