This function renumbers a sequence, which is helpful if "gaps" appear in the sequence. For example, consider the sequence {1, 1, 3, 1, 8, 8, 8}
. This function will renumber the sequence {1, 1, 2, 1, 3, 3, 3}
. NA
s are ignored.
This function renumbers a sequence, which is helpful if "gaps" appear in the sequence. For example, consider the sequence {1, 1, 3, 1, 8, 8, 8}
. This function will renumber the sequence {1, 1, 2, 1, 3, 3, 3}
. NA
s are ignored.