A
Q. What will be the output of the following R code?
> x <- 1:4
> lapply(x, runif)
- Correct Answer - Option(A)
- Views: 3
- Filed under category R Programming
- Hashtags:
Discusssion
Login to discuss.