Discussion :: R Programming MCQs
- Point out the correct statement :
A.
The usual operator, -, can be thought of as a syntactic short-cut to expression operation
|
B.
Assignment can also be made using the function assignment()
|
C.
Vectors can be used in arithmetic expressions, in which case the operations are performed element by element
|
D.
None of the mentioned
|
Answer : Option C
Explanation :
Vectors occurring in the same expression need not all be of the same length.
Be The First To Comment