Description Usage Arguments Examples
Turns factors into numerics.
1 | factorToNumeric(factors)
|
factors |
factors to convert to numeric |
1 2 | factors <- factor(c(1.2, 4.2, 4.2, 3.4))
factors <- factorToNumeric(factors)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.