Description Usage Arguments Value Examples
Change to Numeric Form
1 | to.numeric(x) <- value
|
x |
vector |
value |
anything, which will be ignored |
numeric data
1 2 3 | x=c(1,2,3)
to.factor(x) <- 1
to.numeric(x) <- 1
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.