How many types of vectors are present in r?
Answer / Sureena Yadav
In R, there are two main types of vectors: atomic vectors and lists. Atomic vectors are homogeneous, meaning they contain elements of the same data type (e.g., integer or character), while lists can contain different data types.nnAtomic vectors can be created using the `c()` function or vector literals, while lists can be created using the `list()` function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain bor function?
How to compile and run code in R?
What does not ‘r’ language do?
How will you create scatterplot matrices in r language?
give examples of while and for loop in r.
What is the of use Matrix package?
Explain how to generate lists in r?
Explain Disadvantages of R data visualization?
How will you measure the probability of a binary response variable in r language?
Who and When R discovered?
Why Reshape R Package?
Explain the programming features of R?