Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain different types of atomic vectors in R?



Explain different types of atomic vectors in R?..

Answer / 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

More R Programming Interview Questions

How would you join multiple strings together?

1 Answers  


What will be the output of log (-5.8) when executed on r console?

1 Answers  


What are features of r functions?

1 Answers  


Can we update and delete any of the elements in a list?

1 Answers  


I have a string “contact@dataflair.com”. Which string function can be used to split the string into two different strings “contact@dataflair” and “com”?

1 Answers  


What is a class in r?

1 Answers  


What is the use of stringr package.

1 Answers  


What is sapply() in r?

1 Answers  


Describe grep() in r string manipulation?

1 Answers  


Define Cluster.stats() ?

1 Answers  


How can you merge two data frames in R language?

1 Answers  


Tell me something about shinyr.

1 Answers  


Categories