What is an Atomic vector and how many types of atomic vectors are present in R?
Answer Posted / Devesh Mohan
An atomic vector in R is a simple vector containing elements of the same type. There are four types of atomic vectors: logical, integer, numeric (real), and character.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers