powered by
Change to Numeric Form
to.numeric(x) <- value
vector
anything, which will be ignored
numeric data
# NOT RUN { x=c(1,2,3) to.factor(x) <- 1 to.numeric(x) <- 1 # }
Run the code above in your browser using DataLab