What is an Atomic vector and how many types of atomic vectors are present in R?
Answer / 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 |
What is the need for Predictive Analysis in R?
Explain how to write files?
How would you find the number of missing values in a dataset and remove all of them?
How would you create a scatterplot using ggplot2 package?
How do I sort in descending order in r?
Describe sprintf() in r string manipulation?
What are the rules to define a variable name in r programming language?
Name all control statements present in r?
What is object-oriented programming in r?
How can you load and use csv file in R?
How to rename a variable?
Which function is used to create a histogram visualisation in r programming language?