Saved Bookmarks
| 1. |
vectors can be one of two types namely atomic vectors and _______(a) Matrix(b) Vector(c) Lists(d) Array |
|
Answer» The correct option is (c) Lists Explanation: A vector is the most common and basic data structure in R. Technically, vectors can be one of two types of atomic vectors and lists. Although vector most commonly refers to the atomic types. |
|