

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following extracts first four element from the following R vector? |
A. | x[0:4] |
B. | x[1:4] |
C. | x[0:3] |
D. | x[4:3] View Answer |
Answer» C. x[0:3] | |