Description Usage Arguments Value See Also Examples
View source: R/redefineIndices.R
redefineIndices
redefines the values of a numeric vector
containing indices (integers) as group indices so that groups
recieve values in the order their first value occurs.
1 | redefineIndices(x, notchange = NULL)
|
x |
A numeric vector with integers as group indices. |
notchange |
An integer vector specifying which original index values
should not be changed. Default is |
A data.frame
object with the redefined index values.
#.
1 | #
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.