Factor variables with numbers as levels are alphabetically ordered by
default, which requires rearrangements for various purposes, e.g. modelling
or visualizations. This function re-orders levels of numeric factor
variables numerically.
Usage
refactorNum(x, decreasing = FALSE)
Arguments
x
A factor variable with numeric values as levels
decreasing
Logical, should the levels sorted descendingly?
Value
A factor variable, with sorted numeric values as levels