Answer Posted / Deepanshi Chauhan
Atomic vectors in R are the simplest type of vector and can only contain elements of a single mode (numeric, character, logical, complex). The three main types of atomic vectors are: numeric vector (e.g., c(1,2,3)), character vector (e.g., c('a', 'b', 'c')), and logical vector (e.g., c(TRUE, FALSE, TRUE)).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers