A
Q. What will be the output of the following R code?
> x <- 1:4
> y <- 6:9
> x/y
- Correct Answer - Option(B)
- Views: 1
- Filed under category R Programming
- Hashtags:
Discusssion
Login to discuss.